UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

14 lines (13 loc) 289 B
import { Spec } from '@specron/spec'; interface Data { tokenDeployGateway?: any; tokenDeployProxy?: any; tokenProxy?: any; zxc?: any; jane?: string; sara?: string; owner?: string; zeroAddress?: string; } declare const spec: Spec<Data>; export default spec;