UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

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