@0xcert/ethereum-gateway-contracts
Version:
Smart contracts used by the gateway on the Ethereum blockchain.
18 lines (17 loc) • 376 B
TypeScript
import { Spec } from '@specron/spec';
interface Data {
xcertDeployGateway?: any;
deployProxy?: any;
tokenProxy?: any;
createProxy?: any;
updateProxy?: any;
manageProxy?: any;
nftTransferProxy?: any;
burnProxy?: any;
zxc?: any;
jane?: string;
sara?: string;
owner?: string;
}
declare const spec: Spec<Data>;
export default spec;