UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

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