UNPKG

chaingate

Version:

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

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