SecretNetworkClient..::..AlwaysSimulateTransactions Property

WARNING: On mainnet it's recommended to not simulate every transaction as this can burden your node provider. Instead, use this while testing to determine the gas limit for each of your app's transactions (use TxOptions.GasLimit), then in production use hard-coded.

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

Syntax


public bool AlwaysSimulateTransactions { get; set; }

Field Value

true if [always simulate transactions]; otherwise, false.