IWallet..::..SetTxEncryptionSeed Method

Sets the tx encryption seed (from which the encryption key for encrypting the transactions is generated) and saves it to the storage.

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

Syntax


Task SetTxEncryptionSeed(
	byte[] txEncryptionKey,
	string chainId
)

Parameters

txEncryptionKey
Type: array<Byte>[]()[][]
The tx encryption key.
chainId
Type: String
The chain identifier.

Return Value

Task.