UNPKG

@0xcert/ethereum-gateway-contracts

Version:

Smart contracts used by the gateway on the Ethereum blockchain.

10 lines (9 loc) 198 B
import { Spec } from '@specron/spec'; interface Data { xcertDeployGateway?: any; jane?: string; sara?: string; owner?: string; } declare const spec: Spec<Data>; export default spec;