ISecretNetworkClient Methods
The ISecretNetworkClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetEncryptionUtils |
Gets the EncryptionUtils and uses the stored tx encryption key / seed (from which the encryption key for encrypting the transactions is generated) from the wallet or generates a new one (Keplr style) and stores it.
If the EncryptionUtils were passed in the CreateClientOptions, they will be used.
|
|
|
GetSignerData |
Gets the signer data for the given wallet address.
|
|
|
PrepareAndSign |
Prepares the and signs the specified messages.
|
|
|
Sign |
Signs the specified messages.
|
|
|
SignDirect |
Signs the transaction (direct).
|

