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