UNPKG

@bigmi/core

Version:

TypeScript library for Bitcoin apps.

5 lines (4 loc) 216 B
import type { RpcMethods } from './types.js'; type providers = 'blockchair' | 'ankr' | 'blockcypher' | 'mempool' | string; export declare function getRpcProviderMethods(key: providers): RpcMethods | null; export {};