HotPrivateKeyStorageBase..::..HasPrivateKey Method

Determines whether [has private key] [the specified address].

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

Syntax


public virtual Task<bool> HasPrivateKey(
	string address
)

Parameters

address
Type: String
The address.

Return Value

Task<System.Boolean>.