IWallet Members

The IWallet type exposes the following members.

Methods


  Name Description
Public method GetTxEncryptionSeed
Gets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.
Public method RemoveTxEncryptionSeed
Removes the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.
Public method SetTxEncryptionSeed
Sets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) and saves it to the storage.
Public method SignDirect
Signs the transaction (direct).
Public method SignMessage
Signs the message.

Properties


  Name Description
Public property Address
Gets the address of the wallet.
Public property PublicKey
Gets the public key.
Public property WalletSignType
SecretNET currently only support DirectSigner (Amino signing is currently only used for permits).