SecretNET.NFT Namespace

Snip721TxSimulate..::..Simulate Method

Simulates an request.

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

Syntax


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

Parameters

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

Return Value

SimulateResponse.