node-submit-transaction
Submits a transaction to mempool, and if it is valid, broadcasts it to the network.
Usage
node-submit-transaction [OPTIONS] <TRANSACTION>
Arguments
<TRANSACTION>: Hex encoded transaction to submit.
Options
--do-not-store: Do not store the transaction in the wallet database.
Notes
This command is useful when config-broadcast has been set to no, or when submitting a transaction that was signed externally (e.g. via account-sign-raw-transaction in a cold wallet).
Related
config-broadcast: Configure automatic broadcasting.account-sign-raw-transaction: Sign a raw transaction.transaction-abandon: Abandon a pending transaction.