UNPKG

chaingate

Version:

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

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