HotPrivateKeyStorageBase..::..GetTxEncryptionSeed Method

Gets the tx encryption seed. By default, this is derived from a signed message (Keplr style) and gets stored.

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

Syntax


public Task<byte[]> GetTxEncryptionSeed(
	string address,
	string chainId
)

Parameters

address
Type: String
The address.
chainId
Type: String
The chain identifier.

Return Value

Task<System.Byte[]>.