OZSignAuthEntryOptions
public struct OZSignAuthEntryOptions : Sendable, Equatable, Hashable
Options for signing an authorization entry with an external wallet.
Allows specifying a network passphrase and a particular address when multiple wallets are connected.
-
Network passphrase for signing context.
Declaration
Swift
public let networkPassphrase: String? -
Specific address to sign with, when multiple wallets are connected.
Declaration
Swift
public let address: String? -
Initializes a new
OZSignAuthEntryOptions.Declaration
Swift
public init(networkPassphrase: String? = nil, address: String? = nil)
View on GitHub
Install in Dash