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

Generated using TypeDoc