UNPKG

chaingate

Version:

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

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