UNPKG

@talismn/api

Version:

A lib for spinning up multiple polkadot.js or lightclient instances and being able to perform aggregate queries

12 lines (7 loc) 274 B
import Factory from './factory' import Interface from './interface' export type { Balance } from './interface' const InterfaceInstance = new Interface() const FactoryInstance = new Factory() InterfaceInstance.setFactory(FactoryInstance) export default InterfaceInstance