UNPKG

@talismn/api

Version:

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

5 lines (4 loc) 159 B
import Interface from './interface'; export type { Balance } from './interface'; declare const InterfaceInstance: Interface; export default InterfaceInstance;