UNPKG

@0xcert/ethereum-erc20-contracts

Version:

Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.

14 lines (13 loc) 267 B
import { Spec } from '@specron/spec'; interface Data { token?: any; burner?: any; owner?: string; bob?: string; jane?: string; sara?: string; decimalsMul?: any; totalSupply?: any; } declare const spec: Spec<Data>; export default spec;