TxOptions..::..BroadcastCheckIntervalMs Property

When waiting for the tx to commit on-chain, how much time (in milliseconds) to wait between checks. Smaller intervals will cause more load on your node provider. Keep in mind that blocks on Secret Network take about 6 seconds to finilize. Defaults to `6.000`. Ignored if `waitForCommit = false`.

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

Syntax


public int BroadcastCheckIntervalMs { get; set; }

Field Value

The broadcast check interval ms.