Interface: BlockMetadata ​
Defined in: packages/method/src/core/beacon/interfaces.ts:31
Metadata about a Bitcoin block containing a Beacon Signal. BlockMetadata
Properties ​
confirmations ​
confirmations:
number
Defined in: packages/method/src/core/beacon/interfaces.ts:45
The number of confirmations for the block containing the Beacon Signal.
height ​
height:
number
Defined in: packages/method/src/core/beacon/interfaces.ts:35
The block height at which the Beacon Signal was included.
time ​
time:
number
Defined in: packages/method/src/core/beacon/interfaces.ts:40
The timestamp of the block containing the Beacon Signal.