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

1.6 KiB

brk-client


brk-client / BlockTemplateDiff

Interface: BlockTemplateDiff

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

Properties

hash

hash: number

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

Current next-block hash. Use as since on the next diff call.


order

order: BlockTemplateDiffEntry[]

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

New template in order. Each entry is either an index into the prior template's transactions or a full transaction body.


removed

removed: string[]

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

Txids that left the projected next block since since (confirmed, evicted, replaced, or pushed past block 0).


since

since: number

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

Echoed prior hash the diff was computed against.