@0xcert/ethereum-gateway-contracts
Version:
Smart contracts used by the gateway on the Ethereum blockchain.
18 lines (17 loc) • 361 B
TypeScript
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;
signatureTuple?: any;
dataTuple?: any;
}
declare const spec: Spec<Data>;
export default spec;