signrawtransaction - Dogecoin
Example code for the signrawtransaction json-rpc method. Сomplete guide on how to use signrawtransaction json-rpc in GetBlock.io Web3 documentation.
Parameters
hexstring
- string
A hex string of the transaction to sign.
previous_transactions
- list of dict
Optional
list of dictionaries of the form: { “txid”: txid, “vout”: n, “scriptPubKey”: hex, “redeemScript”: hex } representing previous transaction outputs that this transaction depends on but may not yet be in the block chain.
private_keys
- list of string
Optional
A list of base58-encoded private keys that, if given, will be the only keys used to sign the transaction.
Request
Response
Last updated