Wallet..::..GetTxEncryptionSeed Method

Gets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) from the storage.

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

Syntax


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

Parameters

chainId
Type: String

Field Value

The TxEncryptionKey.

Return Value

Task<System.Byte[]>.