@0xcert/ethereum-gateway-contracts
Version:
Smart contracts used by the gateway on the Ethereum blockchain.
17 lines (16 loc) • 335 B
TypeScript
import { Spec } from '@specron/spec';
interface Data {
actionsGateway?: any;
burnProxy?: any;
cat?: any;
owner?: string;
bob?: string;
jane?: string;
sara?: string;
id1?: string;
digest1?: string;
signatureTuple?: any;
dataTuple?: any;
}
declare const spec: Spec<Data>;
export default spec;