ISecretNetworkClient..::..Sign Method

Signs the specified messages.

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

Syntax


Task<TxRaw> Sign(
	MsgBase[] messages,
	StdFee fee,
	string memo,
	SignerData explicitSignerData
)

Parameters

messages
Type: array<MsgBase>[]()[][]
The messages.
fee
Type: StdFee
The fee.
memo
Type: String
The memo.
explicitSignerData
Type: SignerData
The explicit signer data.

Return Value

Task<System.ValueTuple<TxRaw, ComputeMsgToNonce>>.