UNPKG

chaingate

Version:

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

5 lines (4 loc) 178 B
import { EvmWallet } from './EvmWallet/EvmWallet'; import { PolygonInfo } from '../../CurrencyInfo'; export declare class PolygonWallet extends EvmWallet<typeof PolygonInfo> { }