createrawtransaction - Dash
Example code for the createrawtransaction json-rpc method. Сomplete guide on how to use createrawtransaction json-rpc in GetBlock.io Web3 documentation.
Parameters
inputs
- array
An array of objects, each one to be used as an input to the transaction
Outputs
- array
A JSON array with outputs as key-value pairs.
Locktime
- numeric (int)
Optional.
Added in Bitcoin Core 0.12.0
Indicates the earliest time a transaction can be added to the block chain.
Request
Response
Last updated