UNPKG

chaingate

Version:

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

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