IPrivateKeyStorage..::..Remove Method

Removes the private key and mnemonic for the given address.

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

Syntax


Task<ValueTuple<bool, bool>> Remove(
	string address
)

Parameters

address
Type: String
The address.

Return Value

Task<System.ValueTuple<System.Boolean, System.Boolean>>.