@0xcert/ethereum-gateway-contracts
Version:
Smart contracts used by the gateway on the Ethereum blockchain.
25 lines (24 loc) • 484 B
TypeScript
import { Spec } from '@specron/spec';
interface Data {
actionsGateway?: any;
tokenProxy?: any;
nftSafeProxy?: any;
createProxy?: any;
cat?: any;
dog?: any;
fox?: any;
owner?: string;
jane?: string;
sara?: string;
zxc?: any;
bnb?: any;
zeroAddress?: string;
id1?: string;
id2?: string;
id3?: string;
digest1?: string;
digest2?: string;
digest3?: string;
}
declare const spec: Spec<Data>;
export default spec;