Interface: BlockchainInfo
Current state of the blockchain.
Properties
tipHash
• tipHash: string
Block hash of the current blockchain tip
Defined in
src/ChronikClient.ts:697
tipHeight
• tipHeight: number
Current height of the blockchain
Defined in
src/ChronikClient.ts:699