mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-06 07:33:06 -07:00
69 lines
2.0 KiB
Markdown
69 lines
2.0 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / ReplacementNode
|
|
|
|
# Interface: ReplacementNode
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1045](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1045)
|
|
|
|
## Properties
|
|
|
|
### fullRbf
|
|
|
|
> **fullRbf**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1049](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1049)
|
|
|
|
Any predecessor in this subtree was non-signaling.
|
|
|
|
***
|
|
|
|
### interval?
|
|
|
|
> `optional` **interval?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1050](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1050)
|
|
|
|
Seconds between this node's `time` and the successor that
|
|
replaced it. Omitted on the root of an RBF response.
|
|
|
|
***
|
|
|
|
### mined?
|
|
|
|
> `optional` **mined?**: `boolean` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1052](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1052)
|
|
|
|
`Some(true)` iff this node's tx is currently confirmed. Absent
|
|
on serialization otherwise.
|
|
|
|
***
|
|
|
|
### replaces
|
|
|
|
> **replaces**: `ReplacementNode`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1054](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1054)
|
|
|
|
***
|
|
|
|
### time
|
|
|
|
> **time**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1047](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1047)
|
|
|
|
First-seen timestamp, duplicated here to match mempool.space's
|
|
on-the-wire shape.
|
|
|
|
***
|
|
|
|
### tx
|
|
|
|
> **tx**: [`RbfTx`](RbfTx.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1046](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L1046)
|