UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

10 lines (9 loc) 224 B
import { Protocol } from '@0xcert/ethereum-sandbox'; import { Spec } from '@specron/spec'; declare const spec: Spec<{ protocol: Protocol; coinbase: string; bob: string; sara: string; }>; export default spec;