SecretNetworkClient..::..GetEncryptionUtils Method

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.

Namespace:  SecretNET
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<SecretEncryptionUtils> GetEncryptionUtils()

Return Value

SecretEncryptionUtils.