Broadcast transaction to mempool and do not wait for CheckTx response.
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_async
Broadcast transaction to mempool and wait for DeliverTx response.
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_commit
Broadcast transaction to mempool and wait for CheckTx response.
https://docs.tendermint.com/master/rpc/#/Tx/broadcast_tx_sync
Generated using TypeDoc
Broadcast transaction to mempool and do not wait for CheckTx response.