OZDeployPendingResult
public struct OZDeployPendingResult : Sendable, Equatable, Hashable
Result of deploying a pending credential when retrying a failed or deferred wallet deployment.
-
Smart account contract address (
C…strkey).Declaration
Swift
public let contractId: String -
Base64-encoded signed deploy transaction envelope.
Declaration
Swift
public let signedTransactionXdr: String -
Transaction hash assigned at submission time.
nilwhenautoSubmitwasfalse.Declaration
Swift
public let transactionHash: String? -
Undocumented
Declaration
Swift
public init( contractId: String, signedTransactionXdr: String, transactionHash: String? = nil )
View on GitHub
Install in Dash