Wallet Members
The Wallet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create(String, Wordlist, String, CreateWalletOptions) |
Creates the specified mnemonic.
|
![]() ![]() |
Create(Wordlist, String, CreateWalletOptions) |
Creates a new random wallet with the specified wordlist.
|
![]() ![]() |
Create(array<Byte>[]()[][], CreateWalletOptions) |
Creates the specified seed.
|
![]() |
GetSubaccount |
Gets a subaccount .
|
![]() |
GetTxEncryptionSeed |
Gets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.
|
![]() ![]() |
InitWallet |
Initializes the wallet.
|
![]() |
RemoveTxEncryptionSeed |
Removes the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.
|
![]() |
SetTxEncryptionSeed |
Sets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) and saves it to the storage.
|
![]() |
SignAmino |
Signs the transaction (amino).
|
![]() |
SignDirect |
Signs the transaction (direct).
|
![]() |
SignMessage(array<Byte>[]()[][], String) |
Signs the message.
|
Properties
Name | Description | |
---|---|---|
![]() |
Address |
Gets the address of the wallet.
|
![]() |
KeyDerivationPath |
Gets the key derivation path.
|
![]() |
PublicKey |
Gets the public key.
|
![]() |
WalletSignType |
SecretNET currently only support DirectSigner (Amino signing is currently only used for permits).
|