UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

14 lines (13 loc) 272 B
import { Spec } from '@specron/spec'; interface Data { actionsGateway?: any; createProxy?: any; cat?: any; owner?: string; jane?: string; sara?: string; id1?: string; digest1?: string; } declare const spec: Spec<Data>; export default spec;