@0xcert/ethereum-sandbox
Version:
Test server for local running testing of modules on the Ethereum blockchain.
77 lines (76 loc) • 1.44 kB
TypeScript
export declare const erc20: {
abi: any;
bytecode: any;
};
export declare const dappToken: {
abi: any;
bytecode: any;
};
export declare const erc721Enumerable: {
abi: any;
bytecode: any;
};
export declare const erc721Metadata: {
abi: any;
bytecode: any;
};
export declare const erc721: {
abi: any;
bytecode: any;
};
export declare const erc721receiver: {
abi: any;
bytecode: any;
};
export declare const xcert: {
abi: any;
bytecode: any;
};
export declare const xcertCreateProxy: {
abi: any;
bytecode: any;
};
export declare const tokenTransferProxy: {
abi: any;
bytecode: any;
};
export declare const nftokenTransferProxy: {
abi: any;
bytecode: any;
};
export declare const nftokenSafeTransferProxy: {
abi: any;
bytecode: any;
};
export declare const xcertUpdateProxy: {
abi: any;
bytecode: any;
};
export declare const xcertBurnProxy: {
abi: any;
bytecode: any;
};
export declare const actionsGateway: {
abi: any;
bytecode: any;
};
export declare const xcertDeployGateway: {
abi: any;
bytecode: any;
};
export declare const tokenDeployGateway: {
abi: any;
bytecode: any;
};
export declare const abilitableManageProxy: {
abi: any;
bytecode: any;
};
export declare const xcertDeployProxy: {
abi: any;
bytecode: any;
};
export declare const tokenDeployProxy: {
abi: any;
bytecode: any;
};