UNPKG

blockchain-api-client

Version:

Blockchain Api Client which maps Results of all supported Blockchain API's into a unified interface

4 lines (3 loc) 179 B
import { Endpoints } from "../../../base/endpoints"; import { Network } from "../../../base/types"; export declare const blockCypherEndpoints: (network: Network) => Endpoints;