UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

31 lines (30 loc) 609 B
import { Spec } from '@specron/spec'; interface Data { actionsGateway?: any; tokenProxy?: any; nftSafeProxy?: any; updateProxy?: any; createProxy?: any; abilitableManageProxy?: any; cat?: any; dog?: any; fox?: any; owner?: string; bob?: string; jane?: string; sara?: string; ben?: string; zeroAddress?: string; zxc?: any; gnt?: any; bnb?: any; id1?: string; id2?: string; id3?: string; id4?: string; digest1?: string; digest2?: string; digest3?: string; } declare const spec: Spec<Data>; export default spec;