js-conflux-sdk
Version:
JavaScript Conflux Software Development Kit
9 lines • 349 B
TypeScript
export = ContractConstructor;
declare class ContractConstructor extends ContractMethod {
constructor(fragment: any, bytecode: any, contract: any, conflux: any);
signature: string;
bytecode: any;
decodeOutputs: (hex: any) => any;
}
import ContractMethod = require("./ContractMethod");
//# sourceMappingURL=ContractConstructor.d.ts.map