For the complete documentation index, see llms.txt. This page is also available as Markdown.

getmempooldescendants

Returns details on the active state of the TX memory pool.

This method will use 10 Compute Units.


Reference: Here

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

Returns (for verbose = false)

[           (json array)
  "hex",    (string) The transaction id of an in-mempool descendant transaction
  ...
]

Returns (for verbose = true)

Last updated

Was this helpful?