@locuschain/lib 0.0.16-beta.9 → 0.1.0
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/dist/chunks/{index-CJj3uzpS.js → index--uv-mkfw.js} +363 -365
- package/dist/chunks/{index-DH-gBPD3.cjs → index-DOXYSS9J.cjs} +362 -365
- package/dist/chunks/{index-dKo4dwic.js → index-DTkgh-Wa.js} +362 -365
- package/dist/index.amd.js +1 -2
- package/dist/index.cjs.cjs +1 -2
- package/dist/index.esm.js +1 -1
- package/dist/libs/ethers.js-5.5.4-24bytes-addr/ethers.esm.min.d.ts +1307 -0
- package/dist/support/index.amd.js +1 -1
- package/dist/support/index.cjs.cjs +1 -1
- package/dist/support/index.esm.js +1 -1
- package/dist/utils/index.amd.js +1 -2
- package/dist/utils/index.cjs.cjs +1 -2
- package/dist/utils/index.d.cts +2 -3
- package/dist/utils/index.d.mts +2 -3
- package/dist/utils/index.esm.js +1 -1
- package/dist/web3/index.amd.js +1 -1
- package/dist/web3/index.cjs.cjs +1 -1
- package/dist/web3/index.esm.js +1 -1
- package/package.json +5 -4
package/dist/index.amd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
define(['exports', './constant/index.amd', './chunks/index-
|
|
1
|
+
define(['exports', './constant/index.amd', './chunks/index-DTkgh-Wa', './web3/index.amd', './chunks/address-class-Dp7aNQb2', './chunks/tx-type-BeeK7Ci3', 'lodash'], (function (exports, constant, utils, web3, addressClass, txType, _) { 'use strict';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
@@ -9,7 +9,6 @@ define(['exports', './constant/index.amd', './chunks/index-dKo4dwic', './web3/in
|
|
|
9
9
|
exports.MaxVMRewardsCount = constant.MaxVMRewardsCount;
|
|
10
10
|
exports.TxType = constant.TxType;
|
|
11
11
|
exports.TxTypes = constant.TxTypes;
|
|
12
|
-
exports.LCLIB_NAMESPACE = utils.LCLIB_NAMESPACE;
|
|
13
12
|
exports.Rpc = utils.Rpc;
|
|
14
13
|
exports.TX_CREATION_RPC_LIST = utils.TX_CREATION_RPC_LIST;
|
|
15
14
|
exports.calculateTxLinkHash = utils.calculateTxLinkHash;
|
package/dist/index.cjs.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var constant = require('./constant/index.cjs.cjs');
|
|
4
|
-
var utils = require('./chunks/index-
|
|
4
|
+
var utils = require('./chunks/index-DOXYSS9J.cjs');
|
|
5
5
|
var web3 = require('./web3/index.cjs.cjs');
|
|
6
6
|
require('./chunks/address-class-Cjy48Uqk.cjs');
|
|
7
7
|
require('./chunks/tx-type-jR5Owltc.cjs');
|
|
@@ -16,7 +16,6 @@ exports.GRANT_COST_PER_TX = constant.GRANT_COST_PER_TX;
|
|
|
16
16
|
exports.MaxVMRewardsCount = constant.MaxVMRewardsCount;
|
|
17
17
|
exports.TxType = constant.TxType;
|
|
18
18
|
exports.TxTypes = constant.TxTypes;
|
|
19
|
-
exports.LCLIB_NAMESPACE = utils.LCLIB_NAMESPACE;
|
|
20
19
|
exports.Rpc = utils.Rpc;
|
|
21
20
|
exports.TX_CREATION_RPC_LIST = utils.TX_CREATION_RPC_LIST;
|
|
22
21
|
exports.calculateTxLinkHash = utils.calculateTxLinkHash;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { AddressClass, Currency, FeeType, GRANT_COST_PER_TX, MaxVMRewardsCount, TxType, TxTypes } from './constant/index.esm.js';
|
|
2
|
-
export {
|
|
2
|
+
export { R as Rpc, T as TX_CREATION_RPC_LIST, c as calculateTxLinkHash, a as checkAddressType, b as compileCoreScript, d as convertAddressToData, e as convertAddressToHex, f as convertBase32ToData, g as convertBase32ToHex, h as convertCurrency, i as convertDataTo, j as convertDataToAddress, k as convertDataToBase32, l as convertDataToHex, m as convertDataToString, n as convertHexToAddress, o as convertHexToBase32, p as convertHexToData, q as convertStringToData, r as convertToData, s as createAccountAndKeystore, t as createMasterKeystore, u as createNormalKey, v as createNormalKeystore, w as decodeTxs, x as deriveKeysFromMnemonic, y as disCompileCoreScript, z as encodeTxCurrency, A as encodeTxNumber, B as generateMnemonic, C as generateMnemonicBySeed, D as getDefFromCoreScript, E as getHomeShard, F as getLibraryVersions, G as gzipAndEncode, H as hash, I as isAccount, J as isContract, K as isGrantConsumingTx, L as isSystemToken, M as isToken, N as loadLocusWasm, O as loadLocusWasmSync, P as loadMasterKeystore, Q as loadNormalKeystore, S as makeCurrency, U as sign, V as signByMasterKey, W as testCoreScript, X as txValidator, Y as verify, Z as verifyByMasterKey, _ as verifyMerkleProof, $ as verifyTx, a0 as verifyTxParams } from './chunks/index--uv-mkfw.js';
|
|
3
3
|
export { Account, AccountProvider, HttpRpcProvider, RpcProvider, Web3 } from './web3/index.esm.js';
|
|
4
4
|
import './chunks/address-class-CHAZYhdZ.js';
|
|
5
5
|
import './chunks/tx-type-nyLU5xv5.js';
|