SecretNET.Token Namespace

Snip20TxSimulate..::..BurnFrom Method (MsgBurnFrom, Nullable<(Of <(<'TxOptions>)>)>)

Simulates "BurnFrom".

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

Syntax


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

Parameters

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

Return Value

SimulateResponse.