UNPKG

@0xcert/ethereum-value-ledger

Version:

Value ledger module for currency management on the Ethereum blockchain.

4 lines (3 loc) 272 B
import { GenericProvider, Mutation } from '@0xcert/ethereum-generic-provider'; import { ValueLedgerDeployRecipe } from '@0xcert/scaffold'; export default function (provider: GenericProvider, { name, symbol, decimals, supply }: ValueLedgerDeployRecipe): Promise<Mutation>;