IWallet Members
The IWallet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetTxEncryptionSeed |
Gets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.
|
|
|
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.
|
|
|
SignDirect |
Signs the transaction (direct).
|
|
|
SignMessage |
Signs the message.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Address |
Gets the address of the wallet.
|
|
|
PublicKey |
Gets the public key.
|
|
|
WalletSignType |
SecretNET currently only support DirectSigner (Amino signing is currently only used for permits).
|

