gettxout - Dash
Example code for the gettxout json-rpc method. Сomplete guide on how to use gettxout json-rpc in GetBlock.io Web3 documentation.
Parameters
TXID
- string (hex)
The TXID of the transaction containing the relevant output, encoded as hex in RPC byte order.
vout
- number (int)
The output index number (vout) of the output within the transaction; the first output in a transaction is vout 0.
Unconfirmed
- boolean
Optional.
Set to true to display unconfirmed outputs from the memory pool; set to false (the default) to only display outputs from confirmed transactions.
Request
Response
Last updated