UNPKG

chaingate

Version:

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

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