Wallet

data class Wallet(val address: String) : SelectedSigner

A delegated wallet signer identified by its Stellar G-address.

The address must have been registered as a Delegated signer on the smart account contract and the external wallet adapter must be able to sign for it.

Constructors

Link copied to clipboard
constructor(address: String)

Properties

Link copied to clipboard

The Stellar G-address of the delegated signer.