mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-18 13:54:48 -07:00
1.2 KiB
1.2 KiB
brk-client / BlockTemplate
Interface: BlockTemplate
Defined in: Developer/brk/modules/brk-client/index.js:289
Properties
hash
hash:
number
Defined in: Developer/brk/modules/brk-client/index.js:290
Pass back as <hash> on
/api/v1/mempool/block-template/diff/{hash} to fetch deltas.
stats
stats:
MempoolBlock
Defined in: Developer/brk/modules/brk-client/index.js:292
Aggregate stats for this block (size, vsize, fee range, ...).
transactions
transactions:
Transaction[]
Defined in: Developer/brk/modules/brk-client/index.js:293
Full transaction bodies in getblocktemplate order.