mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-12 07:53:32 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# Interface: BlockTemplate
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:289](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L289)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:289](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L289)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -14,7 +14,7 @@ Defined in: [Developer/brk/modules/brk-client/index.js:289](https://github.com/b
|
||||
|
||||
> **hash**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:290](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L290)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:290](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L290)
|
||||
|
||||
Pass back as `<hash>` on
|
||||
`/api/v1/mempool/block-template/diff/{hash}` to fetch deltas.
|
||||
@@ -25,7 +25,7 @@ Pass back as `<hash>` on
|
||||
|
||||
> **stats**: [`MempoolBlock`](MempoolBlock.md)
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:292](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L292)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:292](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L292)
|
||||
|
||||
Aggregate stats for this block (size, vsize, fee range, ...).
|
||||
|
||||
@@ -35,6 +35,6 @@ Aggregate stats for this block (size, vsize, fee range, ...).
|
||||
|
||||
> **transactions**: [`Transaction`](Transaction.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:293](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L293)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:293](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L293)
|
||||
|
||||
Full transaction bodies in `getblocktemplate` order.
|
||||
|
||||
Reference in New Issue
Block a user