Wallet..::..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


public Task SetTxEncryptionSeed(
	byte[] txEncryptionSeed,
	string chainId
)

Parameters

txEncryptionSeed
Type: array<Byte>[]()[][]
chainId
Type: String
The chain identifier.

Return Value

Task.