SecretNET.Token Namespace

Snip20TxSimulate..::..SendFrom Method (MsgSendFrom, Nullable<(Of <(<'TxOptions>)>)>)

Simulates "SendFrom".

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

Syntax


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

Parameters

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

Return Value

SimulateResponse.