UNPKG

@xchainjs/xchain-bsc

Version:

Binance Smart Chain EVM client for XChainJS

6 lines (5 loc) 231 B
import { ClientKeystore } from './ClientKeystore'; export { ClientKeystore, ClientKeystore as Client } from './ClientKeystore'; export { ClientLedger } from './ClientLedger'; export * from './const'; export default ClientKeystore;