SecretNetworkClient..::..Sign Method

Signs the specified messages.

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

Syntax


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

Parameters

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

Return Value

System.ValueTuple<TxRaw, ComputeMsgToNonce>.