UNPKG

chaingate

Version:

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

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