Interface: BlockMetadata
Defined in: ChronikClient.ts:1973
Metadata of a block, used in transaction data.
Properties
hash
hash:
string
Defined in: ChronikClient.ts:1977
Hash of the block.
height
height:
number
Defined in: ChronikClient.ts:1975
Height of the block.
timestamp
timestamp:
number
Defined in: ChronikClient.ts:1982
Timestamp of the block; useful if timeFirstSeen of a transaction is
unknown.