UNPKG

chaingate

Version:

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

10 lines (9 loc) 269 B
import React from 'react'; import { CurrencyUtilsProvider } from '../CurrencyUtilsProvider'; export declare const UtilsContext: React.FC<{ children: React.ReactNode; apiKey: string; }>; export declare function useUtils(): { utils: CurrencyUtilsProvider; };