IPrivateKeyStorage..::..RemoveTxEncryptionSeed Method

Removes the tx encryption seed from the storage.

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

Syntax


Task RemoveTxEncryptionSeed(
	string address,
	string chainId
)

Parameters

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

Return Value

Task.