IWallet Methods

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.