Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BroadcastMode

Index

Enumeration members

Enumeration members

Async = "Async"

Broadcast transaction to mempool and do not wait for CheckTx response.

see

https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_async

Block = "Block"

Broadcast transaction to mempool and wait for DeliverTx response.

see

https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_commit

Sync = "Sync"

Broadcast transaction to mempool and wait for CheckTx response.

see

https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_sync