IPrivateKeyStorage..::..HasMnemonic Method

Determines whether the specified address has mnemonic.

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

Syntax


Task<bool> HasMnemonic(
	string address
)

Parameters

address
Type: String
The address.

Return Value

Task<System.Boolean>.