UNPKG

js-conflux-sdk

Version:
10 lines 377 B
export = ContractMethod; declare class ContractMethod extends FunctionCoder { constructor(fragment: any, contract: any, conflux: any); contract: any; conflux: any; call(...args: any[]): MethodTransaction; } import FunctionCoder = require("./FunctionCoder"); import MethodTransaction = require("./MethodTransaction"); //# sourceMappingURL=ContractMethod.d.ts.map