SecretNetworkClient..::..GetTxEncryptionSeed Method

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.

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

Syntax


public static Task<byte[]> GetTxEncryptionSeed(
	IWallet wallet,
	string chainId
)

Parameters

wallet
Type: SecretNET..::..IWallet
The wallet.
chainId
Type: String
The chain identifier.

Return Value

System.Byte[].