Transactions can be broadcast using the following command:
secretcli tx broadcast tx_signed.json
When broadcasting transactions, secretcli can accept a --broadcast-mode flag. The value of this flag can be sync (default), async.
secretcli
--broadcast-mode
sync
async
.
sync makes the client return a CheckTx response (default)
async makes the client return immediately
Last updated 1 year ago
Was this helpful?