Deploy Pending Result
data class DeployPendingResult(val contractId: String, val signedTransactionXdr: String, val transactionHash: String? = null)
Result of deploying a pending credential.
Returned by OZWalletOperations.deployPendingCredential when retrying a failed or deferred wallet deployment.