mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 07:03: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:1036](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1036)
|
|
|
|
## Properties
|
|
|
|
### fullRbf
|
|
|
|
> **fullRbf**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1040](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1040)
|
|
|
|
Any predecessor in this subtree was non-signaling.
|
|
|
|
***
|
|
|
|
### interval?
|
|
|
|
> `optional` **interval?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1041](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1041)
|
|
|
|
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:1043](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1043)
|
|
|
|
`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:1045](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1045)
|
|
|
|
***
|
|
|
|
### time
|
|
|
|
> **time**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1038](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1038)
|
|
|
|
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:1037](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1037)
|