Files
brk/modules/brk-client/docs/interfaces/BlockTemplate.md
2026-05-17 22:31:01 +02:00

1.2 KiB

brk-client


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.