UNPKG

blockcypher-client

Version:

A TypeScript client for interacting with BlockCypher's API that provides strong typing and safety when interacting with BlockCypher services.

9 lines (8 loc) 179 B
export type TransactionConfidence = { age_millis: number; receive_count: number; confidence: number; preference: string; txhash: string; txurl: string; };