UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

5 lines (4 loc) 177 B
import { CurrencyUtilsProvider } from './CurrencyUtilsProvider'; export declare function initalizeUtils({ apiKey, }?: { apiKey?: string; }): Promise<CurrencyUtilsProvider>;