createrawtransaction - Dogecoin
Example code for the createrawtransaction json-rpc method. Сomplete guide on how to use createrawtransaction json-rpc in GetBlock.io Web3 documentation.
Parameters
inputs
- list of dict
A list of {“txid”: txid, “vout”: n} dictionaries.
outputs
- dict
A dictionary mapping (public) addresses to the amount they are to be paid.
Request
Response
Last updated