UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

11 lines (10 loc) 183 B
export interface AdaBlockChainInfo { testnet: boolean; tip: { number: number; slotNo: number; epoch: { number: number; }; }; }