OZIndexedSigner
public struct OZIndexedSigner : Decodable, Equatable, Sendable
A signer within a context rule.
signerType is one of "External" (WebAuthn / passkey), "Delegated" (a Stellar
account or contract address), or "Native". External signers carry a credentialId
(hex-encoded by the indexer) and no signerAddress. Delegated signers carry a
signerAddress and no credentialId. Native signers carry neither.
-
Undocumented
Declaration
Swift
public let signerType: String -
Undocumented
Declaration
Swift
public let signerAddress: String? -
Undocumented
Declaration
Swift
public let credentialId: String? -
Undocumented
Declaration
Swift
public init(signerType: String, signerAddress: String? = nil, credentialId: String? = nil)
View on GitHub
Install in Dash