TxOptions..::..BroadcastMode Property

If `BroadcastMode.Sync` - Broadcast transaction to mempool and wait for CheckTx response. @see https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_sync If `BroadcastMode.Async` Broadcast transaction to mempool and do not wait for CheckTx response. @see https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_async

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

Syntax


public BroadcastMode BroadcastMode { get; set; }

Field Value

The broadcast mode.