Wallet..::..SignAmino Method

Signs the transaction (amino).

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

Syntax


public Task<StdSignatureAmino> SignAmino(
	StdSignDoc signDoc,
	string address
)

Parameters

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

Return Value

Task<StdSignatureAmino>.