UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

4 lines (3 loc) 209 B
import { Mutation } from '@0xcert/ethereum-generic-provider'; import { ValueLedger } from '../core/ledger'; export default function (ledger: ValueLedger, receiverId: string, value: string): Promise<Mutation>;