DeployPendingResult

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.

Constructors

Link copied to clipboard
constructor(contractId: String, signedTransactionXdr: String, transactionHash: String? = null)

Properties

Link copied to clipboard

The smart account contract address (C-address)

Link copied to clipboard

The base64-encoded signed deploy transaction envelope

Link copied to clipboard

The transaction hash if auto-submitted, null when autoSubmit is false