OZConnectToContractResult
public struct OZConnectToContractResult : Sendable, Equatable, Hashable
Outcome of a headless connectToContract(contractId:).
Carries the verified smart-account contract address. No credential is involved in a headless connection.
-
Smart account contract address (
C…strkey) the kit connected to.Declaration
Swift
public let contractId: String -
Undocumented
Declaration
Swift
public init(contractId: String)
View on GitHub
Install in Dash