UNPKG

chaingate

Version:

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

9 lines (8 loc) 444 B
import { Client } from '@hey-api/client-fetch'; import { TtlCache } from '../../../InternalUtils/TtlCache'; import { GlobalMarketsResponse } from '../../../Client'; import { AvalancheInfo } from '../../CurrencyInfo'; import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils'; export declare class AvalancheUtils extends EvmCurrencyUtils<typeof AvalancheInfo> { constructor(client: Client, markets: TtlCache<GlobalMarketsResponse>); }