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) 284 B
export declare const SUPPORTED_COIN_NETWORKS: { readonly btc: readonly ["main", "test3"]; readonly eth: readonly ["main"]; readonly ltc: readonly ["main"]; readonly doge: readonly ["main"]; readonly dash: readonly ["main"]; readonly bcy: readonly ["test"]; };