openchain-nodejs-ts-yxl 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +0 -12
- package/lib/common/util.js +693 -685
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -992,18 +992,6 @@ export interface ContractInvokeResult {
|
|
992
992
|
logs: string;
|
993
993
|
}
|
994
994
|
|
995
|
-
/**
|
996
|
-
* 合约调用参数
|
997
|
-
* @interface
|
998
|
-
* @property {string} [contractAddress] 合约账户地址
|
999
|
-
* @property {string} [sourceAddress] 调用者账户地址
|
1000
|
-
* @property {string} [code] 合约代码
|
1001
|
-
* @property {string} [input] 合约调用输入数据
|
1002
|
-
* @property {string} [contractBalance] 合约账户余额
|
1003
|
-
* @property {number} optType 操作类型(1-查询,2-调用)
|
1004
|
-
* @property {string} [feeLimit] 交易费用上限
|
1005
|
-
* @property {string} [gasPrice] Gas单价
|
1006
|
-
*/
|
1007
995
|
/**
|
1008
996
|
* 合约调用参数
|
1009
997
|
* @interface
|