gettxout - Bitcoin SV
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, required
The transaction id
n
- numeric, required
vout number
include_mempool
- boolean, optional, default=true
Whether to include the mempool. Note that an unspent output that is spent in the mempool won't appear.
Request
Response
Last updated