TxOptions..::..SkipSimulate Property

If AlwaysSimulateTransactions is set on the SecretNetworkClient, the transaction is simulate to get the estimated gas fee. If SkipSimulate is set in the TxOptions, the simulation is skipped.

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

Syntax


public bool SkipSimulate { get; set; }

Field Value

true if [skip simulate]; otherwise, false.