UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

13 lines (12 loc) 383 B
import { GenericProvider } from '@0xcert/ethereum-generic-provider'; import { Protocol } from '@0xcert/ethereum-sandbox'; import { Spec } from '@specron/spec'; import { ValueLedger } from '../../../core/ledger'; declare const spec: Spec<{ provider: GenericProvider; ledger: ValueLedger; protocol: Protocol; coinbase: string; bob: string; }>; export default spec;