createrawtransaction - Dogecoin
Example code for the createrawtransaction JSON-RPC method. Complete guide on how to use createrawtransaction JSON-RPC in GetBlock Web3 documentation.
Parameters
Parameter
Type
Required
Description
Input Object Structure
{
"txid": "transaction_id",
"vout": 0
}Output Object Structure
{
"address": amount
}Request
Response
Response Parameters
Field
Type
Description
Use Case
Error Handling
Error Code
Message
Cause
Last updated
Was this helpful?