UNPKG

chaingate

Version:

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

7 lines (6 loc) 279 B
import { AvalancheApi } from 'chaingate-client'; import { Evm } from '../abstract/Evm/Evm'; import { CurrencyProviders } from '../CurrencyProviders'; export declare class Avalanche extends Evm<'avax'> { constructor(api: AvalancheApi, currencyProviders: CurrencyProviders); }