UNPKG

chaingate

Version:

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

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