UNPKG

chaingate

Version:

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

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