UNPKG

chaingate

Version:

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

8 lines 296 B
import { EthereumInfo } from '../../CurrencyInfo'; import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils'; export class EthereumUtils extends EvmCurrencyUtils { constructor(context) { super(context, EthereumInfo, 'ethereum'); } } //# sourceMappingURL=EthereumUtils.js.map