SignAuthEntryOptions

data class SignAuthEntryOptions(val networkPassphrase: String? = null, val address: String? = null)

Options for signing an authorization entry with an external wallet.

Allows specifying a network passphrase and a particular address when multiple wallets are connected.

Constructors

Link copied to clipboard
constructor(networkPassphrase: String? = null, address: String? = null)

Properties

Link copied to clipboard

Specific address to sign with, if multiple wallets are connected.

Link copied to clipboard

Network passphrase for signing context.