@polkadot/react-api
Version:
A collection of RxJs React components the Polkadot JS API
7 lines (6 loc) • 428 B
TypeScript
import Api, { api } from './Api';
import ApiContext from './ApiContext';
import { withApi, withCalls, withCallDiv, withMulti, withObservable } from './hoc';
import { clearLedger, getLedger, isLedger, isLedgerCapable } from './ledger';
import registry from './typeRegistry';
export { api, Api, ApiContext, registry, withApi, withCalls, withCallDiv, withMulti, withObservable, clearLedger, getLedger, isLedger, isLedgerCapable };