SecretNET.Token Namespace

Snip20TxSimulate..::..Send Method (MsgSend, Nullable<(Of <(<'TxOptions>)>)>)

Simulates "Send".

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

Syntax


public Task<SimulateResponse> Send(
	MsgSend msg,
	Nullable<TxOptions> txOptions
)
Public Function Send ( _
	msg As MsgSend, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SimulateResponse)
public:
Task<SimulateResponse^>^ Send(
	MsgSend^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.Token..::..MsgSend
The MSG.
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.

Return Value

SimulateResponse.