UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

16 lines (15 loc) 312 B
import { Spec } from '@specron/spec'; interface Data { actionsGateway?: any; nftSafeProxy?: any; cat?: any; owner?: string; bob?: string; jane?: string; sara?: string; signatureTuple?: any; dataTuple?: any; id1: any; } declare const spec: Spec<Data>; export default spec;