Wallet..::..SignDirect Method

Signs the transaction (direct).

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

Syntax


public Task<StdSignature> SignDirect(
	SignDoc signDoc,
	string address
)

Parameters

signDoc
Type: SignDoc
The sign document.
address
Type: String
The address.

Return Value

Task<StdSignature>.