Files
brk/modules/brk-client/docs/interfaces/BlockTemplate.md
T
2026-07-31 17:44:14 +02:00

1.2 KiB

brk-client


brk-client / BlockTemplate

Interface: BlockTemplate

Defined in: Developer/brk/modules/brk-client/index.js:273

Properties

hash

hash: number

Defined in: Developer/brk/modules/brk-client/index.js:274

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:276

Aggregate stats for this block (size, vsize, fee range, ...).


transactions

transactions: Transaction[]

Defined in: Developer/brk/modules/brk-client/index.js:277

Full transaction bodies in getblocktemplate order.