SecretNetworkClient..::..SignDirect Method

Signs the transaction (direct).

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

Syntax


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

Parameters

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

Return Value

System.ValueTuple<TxRaw, ComputeMsgToNonce>.

Exceptions


ExceptionCondition
[Exception]Failed to retrieve account from signer