sendrawtransaction
#
CommandSubmits raw transaction (serialized, hex-encoded) to local node and network.
Also see createrawtransaction and signrawtransaction calls.
#
Argumentshexstring
*#
(string, required)
The hex string of the raw transaction)
allowhighfees
#
(boolean, optional, default=false)
Allow high fees
instantsend
#
(boolean, optional, default=false)
Deprecated and ignored
bypasslimits
#
(boolean, optional, default=false)
Bypass transaction policy limits
#
ExamplesCreate a transaction
Sign the transaction, and get back the hex
Send the transaction (signed hex)
As a json rpc call
#
ResultRunning following help command
Will produce following output: