UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

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