SecretNetworkClient Methods

The SecretNetworkClient type exposes the following members.

Methods


  Name Description
Public method Static member AddressToBytes
Converts the address to bytes.
Public method Static member Base64PubkeyToAddress
Converts a base64 encoded PubKey to an address.
Public method Static member BytesToAddress
Get the address from bytes (bech32).
Public method 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.
Public method GetSignerData
Gets the signer data for the given wallet address.
Public method Static member GetTxEncryptionSeed
Gets the stored tx encryption key / seed (from which the encryption key for encrypting the transactions is generated) or generates a new one (Keplr style) and stores it.
Public method PrepareAndSign
Prepares the and signs the specified messages.
Public method Static member PubkeyToAddress
Converts a PubKey to an address.
Public method Sign
Signs the specified messages.
Public method SignAmino
Signs the transaction (amino).
Public method SignDirect
Signs the transaction (direct).