sendrawtransaction - Dash
Example code for the sendrawtransaction json-rpc method. Сomplete guide on how to use sendrawtransaction json-rpc in GetBlock.io Web3 documentation.
Parameters
Transaction
- string (hex)
The serialized transaction to broadcast encoded as hex.
Allow High Fees
- bool
Optional.
Set to true to allow the transaction to pay a high transaction fee. Set to false (the default) to prevent Dash Core from broadcasting the transaction if it includes a high fee.
Transaction fees are the sum of the inputs minus the sum of the outputs, so this high fees check helps ensures user including a change address to return most of the difference back to themselves.
Use InstantSend
- bool
Optional.
Deprecated and ignored since Dash Core 0.15.0
Bypass Limits
- bool
Optional.
Bypass transaction policy limits
Request
Response
Last updated