UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

5 lines (4 loc) 84 B
export interface BasicBlockInfo { blockHeight: number; blockHash: string; }