IPrivateKeyStorage..::..SavePrivateKey Method

Saves the private key.

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

Syntax


Task SavePrivateKey(
	string address,
	byte[] data
)

Parameters

address
Type: String
The address.
data
Type: array<Byte>[]()[][]
The data.

Return Value

Task<System.Boolean>.