UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

11 lines (7 loc) 195 B
import { Spec } from '@specron/spec'; import * as ledger from '..'; const spec = new Spec(); spec.test('exposes objects', (ctx) => { ctx.true(!!ledger.ValueLedger); }); export default spec;