SecretNET.Token Namespace

Snip20TxSimulate..::..Burn Method (MsgBurn, Nullable<(Of <(<'TxOptions>)>)>)

Simulates "Burn".

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

Syntax


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

Parameters

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

Return Value

SimulateResponse.