UNPKG

@hippocampus-web3/blockfrost-js

Version:

A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API

5 lines (4 loc) 276 B
import { KyInstance } from 'ky'; import Bottleneck from 'bottleneck'; import { ValidatedOptions } from '../types'; export declare const getInstance: (apiUrl: string, options: ValidatedOptions, userAgent: string | undefined, rateLimiter: Bottleneck | undefined) => KyInstance;