| Block description to JSON
|
| Block header to JSON
|
| Used by getblockstats to get feerates
| at different percentiles by weight
|
| Helper to create UTXO snapshots given
| a chainstate and a file handle.
|
| ———–
| @return
|
| a UniValue map containing metadata
| about the snapshot.
|
| Serialize the UTXO set to a file for loading
| elsewhere. @see SnapshotMetadata
|
| Search for a given set of pubkey scripts
|
| Get the difficulty of the net wrt to the
| given block index.
|
| ———–
| @return
|
| A floating point number that is a multiple
| of the main net minimum difficulty (4295032833
| hashes).
|
| Mempool information to JSON
|
| Mempool to JSON
|
| Callback for when block tip changed.
|