IPrivateKeyStorage..::..SaveMnemonic Method

Saves the mnemonic.

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

Syntax


Task SaveMnemonic(
	string address,
	string mnemonic
)

Parameters

address
Type: String
The address.
mnemonic
Type: String
The mnemonic.

Return Value

Task<System.Boolean>.