chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
7 lines (6 loc) • 301 B
TypeScript
import { ChainGateContext } from '../ChainGateContext';
import { ArbitrumInfo } from '../../CurrencyInfo';
import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils';
export declare class ArbitrumUtils extends EvmCurrencyUtils<typeof ArbitrumInfo> {
constructor(context: ChainGateContext);
}