Create a new instance of the WalletDescriptor class
Optional _name: stringThe name of wallet.
Optional _icon: stringThe icon of wallet.
Optional _description: stringThe description of wallet.
Private Optional _descriptionThe description of wallet.
Private Optional _iconThe icon of wallet.
Private Optional _nameThe name of wallet.
Get the description of wallet
The description of wallet.
It sets the description of wallet.
The description of wallet.
Get the icon of wallet
The icon of wallet.
It sets the icon of wallet.
The icon of wallet.
Get the name of wallet
The name of wallet.
It sets the name of wallet.
The name of wallet.
Static fromIt creates a WalletDescriptor object from a string or object.
string | WalletDescriptor
A WalletDescriptor object.
Generated using TypeDoc
Descriptor of a wallet e.g name, icon, etc