UNPKG

@practicaloptimism/uniplexer

Version:

A multiplexer for 3rd party service providers and application protocols

11 lines (6 loc) 223 B
// import * as hashgraph from '@practicaloptimism/hashgraph' import { HashgraphLedger } from './data-structures/hashgraph-ledger' const ledgerTable: { [ledgerId: string]: HashgraphLedger } = {} export { ledgerTable }