UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

13 lines (12 loc) 268 B
import { Spec } from '@specron/spec'; interface Data { actionsGateway?: any; abilitableManageProxy?: any; cat?: any; owner?: string; jane?: string; sara?: string; zeroAddress?: string; } declare const spec: Spec<Data>; export default spec;