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