getmempoolancestors - Bitcoin Gold
Example code for the getmempoolancestors json-rpc method. Сomplete guide on how to use getmempoolancestors json-rpc in GetBlock.io Web3 documentation.
Parameters
txid
- string, required
The transaction id (must be in mempool)
verbose
- boolean, optional, default=false
True for a json object, false for array of transaction ids
Request
Response
Last updated