viem 0.3.0-main.20230404T041616 → 0.3.0-main.20230404T103902
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/abi.js +2 -2
- package/dist/abi.mjs +1 -1
- package/dist/accounts/index.d.ts +10 -19
- package/dist/accounts/index.js +29 -38
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/index.mjs +22 -31
- package/dist/accounts/index.mjs.map +1 -1
- package/dist/chains.js +89 -89
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-G3YKZS76.js → chunk-NNNKKACJ.js} +6 -6
- package/dist/{chunk-YDG2GLYF.js → chunk-QISMTRQF.js} +2 -2
- package/dist/{chunk-YDG2GLYF.js.map → chunk-QISMTRQF.js.map} +1 -1
- package/dist/{chunk-7K7536RW.mjs → chunk-VOEF3A53.mjs} +2 -2
- package/dist/{chunk-6JEMQ5UV.mjs → chunk-ZEA2O6V2.mjs} +2 -2
- package/dist/{chunk-6JEMQ5UV.mjs.map → chunk-ZEA2O6V2.mjs.map} +1 -1
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/ens.js +2 -2
- package/dist/ens.mjs +1 -1
- package/dist/ethers.js +4 -4
- package/dist/ethers.mjs +2 -2
- package/dist/index.js +94 -94
- package/dist/index.mjs +1 -1
- package/dist/public.js +2 -2
- package/dist/public.mjs +1 -1
- package/dist/test.js +2 -2
- package/dist/test.mjs +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-G3YKZS76.js.map → chunk-NNNKKACJ.js.map} +0 -0
- /package/dist/{chunk-7K7536RW.mjs.map → chunk-VOEF3A53.mjs.map} +0 -0
package/dist/contract.js
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
|
-
var
|
26
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
27
27
|
|
28
28
|
|
29
29
|
|
@@ -49,5 +49,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
49
49
|
|
50
50
|
|
51
51
|
|
52
|
-
exports.createContractEventFilter =
|
52
|
+
exports.createContractEventFilter = _chunkQISMTRQFjs.createContractEventFilter; exports.decodeAbiParameters = _chunkQISMTRQFjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQISMTRQFjs.decodeErrorResult; exports.decodeEventLog = _chunkQISMTRQFjs.decodeEventLog; exports.decodeFunctionData = _chunkQISMTRQFjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQISMTRQFjs.decodeFunctionResult; exports.deployContract = _chunkQISMTRQFjs.deployContract; exports.encodeAbiParameters = _chunkQISMTRQFjs.encodeAbiParameters; exports.encodeDeployData = _chunkQISMTRQFjs.encodeDeployData; exports.encodeErrorResult = _chunkQISMTRQFjs.encodeErrorResult; exports.encodeEventTopics = _chunkQISMTRQFjs.encodeEventTopics; exports.encodeFunctionData = _chunkQISMTRQFjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQISMTRQFjs.encodeFunctionResult; exports.estimateContractGas = _chunkQISMTRQFjs.estimateContractGas; exports.formatAbiItem = _chunkQISMTRQFjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkQISMTRQFjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkQISMTRQFjs.getAbiItem; exports.getBytecode = _chunkQISMTRQFjs.getBytecode; exports.getStorageAt = _chunkQISMTRQFjs.getStorageAt; exports.multicall = _chunkQISMTRQFjs.multicall; exports.readContract = _chunkQISMTRQFjs.readContract; exports.simulateContract = _chunkQISMTRQFjs.simulateContract; exports.watchContractEvent = _chunkQISMTRQFjs.watchContractEvent; exports.writeContract = _chunkQISMTRQFjs.writeContract;
|
53
53
|
//# sourceMappingURL=contract.js.map
|
package/dist/contract.mjs
CHANGED
package/dist/ens.js
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
var
|
9
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
10
10
|
|
11
11
|
// src/utils/ens/normalize.ts
|
12
12
|
var _idnauts46hx = require('idna-uts46-hx'); var _idnauts46hx2 = _interopRequireDefault(_idnauts46hx);
|
@@ -22,5 +22,5 @@ function normalize(name) {
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
exports.getEnsAddress =
|
25
|
+
exports.getEnsAddress = _chunkQISMTRQFjs.getEnsAddress; exports.getEnsAvatar = _chunkQISMTRQFjs.getEnsAvatar; exports.getEnsName = _chunkQISMTRQFjs.getEnsName; exports.getEnsResolver = _chunkQISMTRQFjs.getEnsResolver; exports.getEnsText = _chunkQISMTRQFjs.getEnsText; exports.labelhash = _chunkQISMTRQFjs.labelhash; exports.namehash = _chunkQISMTRQFjs.namehash; exports.normalize = normalize;
|
26
26
|
//# sourceMappingURL=ens.js.map
|
package/dist/ens.mjs
CHANGED
package/dist/ethers.js
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
2
2
|
|
3
|
-
var
|
3
|
+
var _chunkNNNKKACJjs = require('./chunk-NNNKKACJ.js');
|
4
4
|
|
5
5
|
|
6
|
-
var
|
6
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
7
7
|
|
8
8
|
// src/adapters/ethers.ts
|
9
|
-
var ethersWalletToAccount = (wallet) =>
|
9
|
+
var ethersWalletToAccount = (wallet) => _chunkNNNKKACJjs.toAccount.call(void 0, {
|
10
10
|
address: wallet.address,
|
11
11
|
async signMessage({ message }) {
|
12
|
-
return await wallet.signMessage(
|
12
|
+
return await wallet.signMessage(_chunkQISMTRQFjs.toBytes.call(void 0, message));
|
13
13
|
},
|
14
14
|
async signTransaction(txn) {
|
15
15
|
return await wallet.signTransaction({
|
package/dist/ethers.mjs
CHANGED
package/dist/index.js
CHANGED
@@ -265,7 +265,7 @@
|
|
265
265
|
|
266
266
|
|
267
267
|
|
268
|
-
var
|
268
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
269
269
|
|
270
270
|
// src/clients/transports/createTransport.ts
|
271
271
|
function createTransport({
|
@@ -279,7 +279,7 @@ function createTransport({
|
|
279
279
|
}, value) {
|
280
280
|
return {
|
281
281
|
config: { key, name, request, retryCount, retryDelay, timeout, type },
|
282
|
-
request:
|
282
|
+
request: _chunkQISMTRQFjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
|
283
283
|
value
|
284
284
|
};
|
285
285
|
}
|
@@ -321,7 +321,7 @@ function fallback(transports_, config = {}) {
|
|
321
321
|
params
|
322
322
|
});
|
323
323
|
} catch (err) {
|
324
|
-
if (
|
324
|
+
if (_chunkQISMTRQFjs.isDeterministicError.call(void 0, err))
|
325
325
|
throw err;
|
326
326
|
if (i === transports.length - 1)
|
327
327
|
throw err;
|
@@ -407,7 +407,7 @@ function rankTransports({
|
|
407
407
|
];
|
408
408
|
}).sort((a, b) => b[0] - a[0]);
|
409
409
|
onTransports(scores.map(([, i]) => transports[i]));
|
410
|
-
await
|
410
|
+
await _chunkQISMTRQFjs.wait.call(void 0, interval);
|
411
411
|
rankTransports_();
|
412
412
|
};
|
413
413
|
rankTransports_();
|
@@ -426,13 +426,13 @@ function http(url, config = {}) {
|
|
426
426
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
427
427
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
|
428
428
|
if (!url_)
|
429
|
-
throw new (0,
|
429
|
+
throw new (0, _chunkQISMTRQFjs.UrlRequiredError)();
|
430
430
|
return createTransport(
|
431
431
|
{
|
432
432
|
key,
|
433
433
|
name,
|
434
434
|
async request({ method, params }) {
|
435
|
-
const { result } = await
|
435
|
+
const { result } = await _chunkQISMTRQFjs.rpc.http(url_, {
|
436
436
|
body: {
|
437
437
|
method,
|
438
438
|
params
|
@@ -462,14 +462,14 @@ function webSocket(url, config = {}) {
|
|
462
462
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
463
463
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
|
464
464
|
if (!url_)
|
465
|
-
throw new (0,
|
465
|
+
throw new (0, _chunkQISMTRQFjs.UrlRequiredError)();
|
466
466
|
return createTransport(
|
467
467
|
{
|
468
468
|
key,
|
469
469
|
name,
|
470
470
|
async request({ method, params }) {
|
471
|
-
const socket = await
|
472
|
-
const { result } = await
|
471
|
+
const socket = await _chunkQISMTRQFjs.getSocket.call(void 0, url_);
|
472
|
+
const { result } = await _chunkQISMTRQFjs.rpc.webSocketAsync(socket, {
|
473
473
|
body: { method, params },
|
474
474
|
timeout
|
475
475
|
});
|
@@ -482,12 +482,12 @@ function webSocket(url, config = {}) {
|
|
482
482
|
},
|
483
483
|
{
|
484
484
|
getSocket() {
|
485
|
-
return
|
485
|
+
return _chunkQISMTRQFjs.getSocket.call(void 0, url_);
|
486
486
|
},
|
487
487
|
async subscribe({ params, onData, onError }) {
|
488
|
-
const socket = await
|
488
|
+
const socket = await _chunkQISMTRQFjs.getSocket.call(void 0, url_);
|
489
489
|
const { result: subscriptionId } = await new Promise(
|
490
|
-
(resolve, reject) =>
|
490
|
+
(resolve, reject) => _chunkQISMTRQFjs.rpc.webSocket(socket, {
|
491
491
|
body: {
|
492
492
|
method: "eth_subscribe",
|
493
493
|
params
|
@@ -511,7 +511,7 @@ function webSocket(url, config = {}) {
|
|
511
511
|
subscriptionId,
|
512
512
|
async unsubscribe() {
|
513
513
|
return new Promise(
|
514
|
-
(resolve, reject) =>
|
514
|
+
(resolve, reject) => _chunkQISMTRQFjs.rpc.webSocket(socket, {
|
515
515
|
body: {
|
516
516
|
method: "eth_unsubscribe",
|
517
517
|
params: [subscriptionId]
|
@@ -567,95 +567,95 @@ function createClient({
|
|
567
567
|
|
568
568
|
// src/clients/decorators/public.ts
|
569
569
|
var publicActions = (client) => ({
|
570
|
-
call: (args) =>
|
571
|
-
createBlockFilter: () =>
|
572
|
-
createContractEventFilter: (args) =>
|
573
|
-
createEventFilter: (args) =>
|
574
|
-
createPendingTransactionFilter: () =>
|
575
|
-
estimateContractGas: (args) =>
|
576
|
-
estimateGas: (args) =>
|
577
|
-
getBalance: (args) =>
|
578
|
-
getBlock: (args) =>
|
579
|
-
getBlockNumber: (args) =>
|
580
|
-
getBlockTransactionCount: (args) =>
|
581
|
-
getBytecode: (args) =>
|
582
|
-
getChainId: () =>
|
583
|
-
getEnsAddress: (args) =>
|
584
|
-
getEnsAvatar: (args) =>
|
585
|
-
getEnsName: (args) =>
|
586
|
-
getEnsResolver: (args) =>
|
587
|
-
getEnsText: (args) =>
|
588
|
-
getFeeHistory: (args) =>
|
589
|
-
getFilterChanges: (args) =>
|
590
|
-
getFilterLogs: (args) =>
|
591
|
-
getGasPrice: () =>
|
592
|
-
getLogs: (args) =>
|
593
|
-
getStorageAt: (args) =>
|
594
|
-
getTransaction: (args) =>
|
595
|
-
getTransactionConfirmations: (args) =>
|
596
|
-
getTransactionCount: (args) =>
|
597
|
-
getTransactionReceipt: (args) =>
|
598
|
-
multicall: (args) =>
|
599
|
-
readContract: (args) =>
|
600
|
-
simulateContract: (args) =>
|
601
|
-
uninstallFilter: (args) =>
|
602
|
-
waitForTransactionReceipt: (args) =>
|
603
|
-
watchBlocks: (args) =>
|
604
|
-
watchBlockNumber: (args) =>
|
605
|
-
watchContractEvent: (args) =>
|
606
|
-
watchEvent: (args) =>
|
607
|
-
watchPendingTransactions: (args) =>
|
570
|
+
call: (args) => _chunkQISMTRQFjs.call.call(void 0, client, args),
|
571
|
+
createBlockFilter: () => _chunkQISMTRQFjs.createBlockFilter.call(void 0, client),
|
572
|
+
createContractEventFilter: (args) => _chunkQISMTRQFjs.createContractEventFilter.call(void 0, client, args),
|
573
|
+
createEventFilter: (args) => _chunkQISMTRQFjs.createEventFilter.call(void 0, client, args),
|
574
|
+
createPendingTransactionFilter: () => _chunkQISMTRQFjs.createPendingTransactionFilter.call(void 0, client),
|
575
|
+
estimateContractGas: (args) => _chunkQISMTRQFjs.estimateContractGas.call(void 0, client, args),
|
576
|
+
estimateGas: (args) => _chunkQISMTRQFjs.estimateGas.call(void 0, client, args),
|
577
|
+
getBalance: (args) => _chunkQISMTRQFjs.getBalance.call(void 0, client, args),
|
578
|
+
getBlock: (args) => _chunkQISMTRQFjs.getBlock.call(void 0, client, args),
|
579
|
+
getBlockNumber: (args) => _chunkQISMTRQFjs.getBlockNumber.call(void 0, client, args),
|
580
|
+
getBlockTransactionCount: (args) => _chunkQISMTRQFjs.getBlockTransactionCount.call(void 0, client, args),
|
581
|
+
getBytecode: (args) => _chunkQISMTRQFjs.getBytecode.call(void 0, client, args),
|
582
|
+
getChainId: () => _chunkQISMTRQFjs.getChainId.call(void 0, client),
|
583
|
+
getEnsAddress: (args) => _chunkQISMTRQFjs.getEnsAddress.call(void 0, client, args),
|
584
|
+
getEnsAvatar: (args) => _chunkQISMTRQFjs.getEnsAvatar.call(void 0, client, args),
|
585
|
+
getEnsName: (args) => _chunkQISMTRQFjs.getEnsName.call(void 0, client, args),
|
586
|
+
getEnsResolver: (args) => _chunkQISMTRQFjs.getEnsResolver.call(void 0, client, args),
|
587
|
+
getEnsText: (args) => _chunkQISMTRQFjs.getEnsText.call(void 0, client, args),
|
588
|
+
getFeeHistory: (args) => _chunkQISMTRQFjs.getFeeHistory.call(void 0, client, args),
|
589
|
+
getFilterChanges: (args) => _chunkQISMTRQFjs.getFilterChanges.call(void 0, client, args),
|
590
|
+
getFilterLogs: (args) => _chunkQISMTRQFjs.getFilterLogs.call(void 0, client, args),
|
591
|
+
getGasPrice: () => _chunkQISMTRQFjs.getGasPrice.call(void 0, client),
|
592
|
+
getLogs: (args) => _chunkQISMTRQFjs.getLogs.call(void 0, client, args),
|
593
|
+
getStorageAt: (args) => _chunkQISMTRQFjs.getStorageAt.call(void 0, client, args),
|
594
|
+
getTransaction: (args) => _chunkQISMTRQFjs.getTransaction.call(void 0, client, args),
|
595
|
+
getTransactionConfirmations: (args) => _chunkQISMTRQFjs.getTransactionConfirmations.call(void 0, client, args),
|
596
|
+
getTransactionCount: (args) => _chunkQISMTRQFjs.getTransactionCount.call(void 0, client, args),
|
597
|
+
getTransactionReceipt: (args) => _chunkQISMTRQFjs.getTransactionReceipt.call(void 0, client, args),
|
598
|
+
multicall: (args) => _chunkQISMTRQFjs.multicall.call(void 0, client, args),
|
599
|
+
readContract: (args) => _chunkQISMTRQFjs.readContract.call(void 0, client, args),
|
600
|
+
simulateContract: (args) => _chunkQISMTRQFjs.simulateContract.call(void 0, client, args),
|
601
|
+
uninstallFilter: (args) => _chunkQISMTRQFjs.uninstallFilter.call(void 0, client, args),
|
602
|
+
waitForTransactionReceipt: (args) => _chunkQISMTRQFjs.waitForTransactionReceipt.call(void 0, client, args),
|
603
|
+
watchBlocks: (args) => _chunkQISMTRQFjs.watchBlocks.call(void 0, client, args),
|
604
|
+
watchBlockNumber: (args) => _chunkQISMTRQFjs.watchBlockNumber.call(void 0, client, args),
|
605
|
+
watchContractEvent: (args) => _chunkQISMTRQFjs.watchContractEvent.call(void 0, client, args),
|
606
|
+
watchEvent: (args) => _chunkQISMTRQFjs.watchEvent.call(void 0, client, args),
|
607
|
+
watchPendingTransactions: (args) => _chunkQISMTRQFjs.watchPendingTransactions.call(void 0, client, args)
|
608
608
|
});
|
609
609
|
|
610
610
|
// src/clients/decorators/test.ts
|
611
611
|
function testActions(client) {
|
612
612
|
return {
|
613
|
-
dropTransaction: (args) =>
|
614
|
-
getAutomine: () =>
|
615
|
-
getTxpoolContent: () =>
|
616
|
-
getTxpoolStatus: () =>
|
617
|
-
impersonateAccount: (args) =>
|
618
|
-
increaseTime: (args) =>
|
619
|
-
inspectTxpool: () =>
|
620
|
-
mine: (args) =>
|
621
|
-
removeBlockTimestampInterval: () =>
|
622
|
-
reset: (args) =>
|
623
|
-
revert: (args) =>
|
624
|
-
sendUnsignedTransaction: (args) =>
|
625
|
-
setAutomine: (args) =>
|
626
|
-
setBalance: (args) =>
|
627
|
-
setBlockGasLimit: (args) =>
|
628
|
-
setBlockTimestampInterval: (args) =>
|
629
|
-
setCode: (args) =>
|
630
|
-
setCoinbase: (args) =>
|
631
|
-
setIntervalMining: (args) =>
|
632
|
-
setLoggingEnabled: (args) =>
|
633
|
-
setMinGasPrice: (args) =>
|
634
|
-
setNextBlockBaseFeePerGas: (args) =>
|
635
|
-
setNextBlockTimestamp: (args) =>
|
636
|
-
setNonce: (args) =>
|
637
|
-
setRpcUrl: (args) =>
|
638
|
-
setStorageAt: (args) =>
|
639
|
-
snapshot: () =>
|
640
|
-
stopImpersonatingAccount: (args) =>
|
613
|
+
dropTransaction: (args) => _chunkQISMTRQFjs.dropTransaction.call(void 0, client, args),
|
614
|
+
getAutomine: () => _chunkQISMTRQFjs.getAutomine.call(void 0, client),
|
615
|
+
getTxpoolContent: () => _chunkQISMTRQFjs.getTxpoolContent.call(void 0, client),
|
616
|
+
getTxpoolStatus: () => _chunkQISMTRQFjs.getTxpoolStatus.call(void 0, client),
|
617
|
+
impersonateAccount: (args) => _chunkQISMTRQFjs.impersonateAccount.call(void 0, client, args),
|
618
|
+
increaseTime: (args) => _chunkQISMTRQFjs.increaseTime.call(void 0, client, args),
|
619
|
+
inspectTxpool: () => _chunkQISMTRQFjs.inspectTxpool.call(void 0, client),
|
620
|
+
mine: (args) => _chunkQISMTRQFjs.mine.call(void 0, client, args),
|
621
|
+
removeBlockTimestampInterval: () => _chunkQISMTRQFjs.removeBlockTimestampInterval.call(void 0, client),
|
622
|
+
reset: (args) => _chunkQISMTRQFjs.reset.call(void 0, client, args),
|
623
|
+
revert: (args) => _chunkQISMTRQFjs.revert.call(void 0, client, args),
|
624
|
+
sendUnsignedTransaction: (args) => _chunkQISMTRQFjs.sendUnsignedTransaction.call(void 0, client, args),
|
625
|
+
setAutomine: (args) => _chunkQISMTRQFjs.setAutomine.call(void 0, client, args),
|
626
|
+
setBalance: (args) => _chunkQISMTRQFjs.setBalance.call(void 0, client, args),
|
627
|
+
setBlockGasLimit: (args) => _chunkQISMTRQFjs.setBlockGasLimit.call(void 0, client, args),
|
628
|
+
setBlockTimestampInterval: (args) => _chunkQISMTRQFjs.setBlockTimestampInterval.call(void 0, client, args),
|
629
|
+
setCode: (args) => _chunkQISMTRQFjs.setCode.call(void 0, client, args),
|
630
|
+
setCoinbase: (args) => _chunkQISMTRQFjs.setCoinbase.call(void 0, client, args),
|
631
|
+
setIntervalMining: (args) => _chunkQISMTRQFjs.setIntervalMining.call(void 0, client, args),
|
632
|
+
setLoggingEnabled: (args) => _chunkQISMTRQFjs.setLoggingEnabled.call(void 0, client, args),
|
633
|
+
setMinGasPrice: (args) => _chunkQISMTRQFjs.setMinGasPrice.call(void 0, client, args),
|
634
|
+
setNextBlockBaseFeePerGas: (args) => _chunkQISMTRQFjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
|
635
|
+
setNextBlockTimestamp: (args) => _chunkQISMTRQFjs.setNextBlockTimestamp.call(void 0, client, args),
|
636
|
+
setNonce: (args) => _chunkQISMTRQFjs.setNonce.call(void 0, client, args),
|
637
|
+
setRpcUrl: (args) => _chunkQISMTRQFjs.setRpcUrl.call(void 0, client, args),
|
638
|
+
setStorageAt: (args) => _chunkQISMTRQFjs.setStorageAt.call(void 0, client, args),
|
639
|
+
snapshot: () => _chunkQISMTRQFjs.snapshot.call(void 0, client),
|
640
|
+
stopImpersonatingAccount: (args) => _chunkQISMTRQFjs.stopImpersonatingAccount.call(void 0, client, args)
|
641
641
|
};
|
642
642
|
}
|
643
643
|
|
644
644
|
// src/clients/decorators/wallet.ts
|
645
645
|
var walletActions = (client) => ({
|
646
|
-
addChain: (args) =>
|
647
|
-
deployContract: (args) =>
|
648
|
-
getAddresses: () =>
|
649
|
-
getChainId: () =>
|
650
|
-
getPermissions: () =>
|
651
|
-
requestAddresses: () =>
|
652
|
-
requestPermissions: (args) =>
|
653
|
-
sendTransaction: (args) =>
|
654
|
-
signMessage: (args) =>
|
655
|
-
signTypedData: (args) =>
|
656
|
-
switchChain: (args) =>
|
657
|
-
watchAsset: (args) =>
|
658
|
-
writeContract: (args) =>
|
646
|
+
addChain: (args) => _chunkQISMTRQFjs.addChain.call(void 0, client, args),
|
647
|
+
deployContract: (args) => _chunkQISMTRQFjs.deployContract.call(void 0, client, args),
|
648
|
+
getAddresses: () => _chunkQISMTRQFjs.getAddresses.call(void 0, client),
|
649
|
+
getChainId: () => _chunkQISMTRQFjs.getChainId.call(void 0, client),
|
650
|
+
getPermissions: () => _chunkQISMTRQFjs.getPermissions.call(void 0, client),
|
651
|
+
requestAddresses: () => _chunkQISMTRQFjs.requestAddresses.call(void 0, client),
|
652
|
+
requestPermissions: (args) => _chunkQISMTRQFjs.requestPermissions.call(void 0, client, args),
|
653
|
+
sendTransaction: (args) => _chunkQISMTRQFjs.sendTransaction.call(void 0, client, args),
|
654
|
+
signMessage: (args) => _chunkQISMTRQFjs.signMessage.call(void 0, client, args),
|
655
|
+
signTypedData: (args) => _chunkQISMTRQFjs.signTypedData.call(void 0, client, args),
|
656
|
+
switchChain: (args) => _chunkQISMTRQFjs.switchChain.call(void 0, client, args),
|
657
|
+
watchAsset: (args) => _chunkQISMTRQFjs.watchAsset.call(void 0, client, args),
|
658
|
+
writeContract: (args) => _chunkQISMTRQFjs.writeContract.call(void 0, client, args)
|
659
659
|
});
|
660
660
|
|
661
661
|
// src/clients/createPublicClient.ts
|
@@ -724,7 +724,7 @@ function createWalletClient({
|
|
724
724
|
transport: () => transport({ retryCount: 0 }),
|
725
725
|
type: "walletClient"
|
726
726
|
}),
|
727
|
-
account: account ?
|
727
|
+
account: account ? _chunkQISMTRQFjs.parseAccount.call(void 0, account) : void 0
|
728
728
|
};
|
729
729
|
return {
|
730
730
|
...client,
|
@@ -923,5 +923,5 @@ function createWalletClient({
|
|
923
923
|
|
924
924
|
|
925
925
|
|
926
|
-
exports.AbiConstructorNotFoundError = _chunkYDG2GLYFjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkYDG2GLYFjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkYDG2GLYFjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkYDG2GLYFjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkYDG2GLYFjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkYDG2GLYFjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkYDG2GLYFjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkYDG2GLYFjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkYDG2GLYFjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkYDG2GLYFjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkYDG2GLYFjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkYDG2GLYFjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkYDG2GLYFjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkYDG2GLYFjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkYDG2GLYFjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkYDG2GLYFjs.BaseError; exports.BlockNotFoundError = _chunkYDG2GLYFjs.BlockNotFoundError; exports.CallExecutionError = _chunkYDG2GLYFjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkYDG2GLYFjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkYDG2GLYFjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkYDG2GLYFjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkYDG2GLYFjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkYDG2GLYFjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkYDG2GLYFjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkYDG2GLYFjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkYDG2GLYFjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkYDG2GLYFjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkYDG2GLYFjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkYDG2GLYFjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkYDG2GLYFjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkYDG2GLYFjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkYDG2GLYFjs.HttpRequestError; exports.InsufficientFundsError = _chunkYDG2GLYFjs.InsufficientFundsError; exports.InternalRpcError = _chunkYDG2GLYFjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkYDG2GLYFjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkYDG2GLYFjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkYDG2GLYFjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkYDG2GLYFjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkYDG2GLYFjs.InvalidAddressError; exports.InvalidArrayError = _chunkYDG2GLYFjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkYDG2GLYFjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkYDG2GLYFjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkYDG2GLYFjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkYDG2GLYFjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkYDG2GLYFjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkYDG2GLYFjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkYDG2GLYFjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkYDG2GLYFjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkYDG2GLYFjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkYDG2GLYFjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkYDG2GLYFjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkYDG2GLYFjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkYDG2GLYFjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkYDG2GLYFjs.NonceMaxValueError; exports.NonceTooHighError = _chunkYDG2GLYFjs.NonceTooHighError; exports.NonceTooLowError = _chunkYDG2GLYFjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkYDG2GLYFjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkYDG2GLYFjs.ParseRpcError; exports.RawContractError = _chunkYDG2GLYFjs.RawContractError; exports.RequestError = _chunkYDG2GLYFjs.RequestError; exports.ResourceNotFoundRpcError = _chunkYDG2GLYFjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkYDG2GLYFjs.ResourceUnavailableRpcError; exports.RpcError = _chunkYDG2GLYFjs.RpcError; exports.RpcRequestError = _chunkYDG2GLYFjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkYDG2GLYFjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkYDG2GLYFjs.SwitchChainError; exports.TimeoutError = _chunkYDG2GLYFjs.TimeoutError; exports.TipAboveFeeCapError = _chunkYDG2GLYFjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkYDG2GLYFjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkYDG2GLYFjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkYDG2GLYFjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkYDG2GLYFjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkYDG2GLYFjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkYDG2GLYFjs.UnknownNodeError; exports.UnknownRpcError = _chunkYDG2GLYFjs.UnknownRpcError; exports.UrlRequiredError = _chunkYDG2GLYFjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkYDG2GLYFjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkYDG2GLYFjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkYDG2GLYFjs.WebSocketRequestError; exports.assertRequest = _chunkYDG2GLYFjs.assertRequest; exports.assertTransactionEIP1559 = _chunkYDG2GLYFjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkYDG2GLYFjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkYDG2GLYFjs.assertTransactionLegacy; exports.boolToBytes = _chunkYDG2GLYFjs.boolToBytes; exports.boolToHex = _chunkYDG2GLYFjs.boolToHex; exports.bytesToBigint = _chunkYDG2GLYFjs.bytesToBigint; exports.bytesToBool = _chunkYDG2GLYFjs.bytesToBool; exports.bytesToHex = _chunkYDG2GLYFjs.bytesToHex; exports.bytesToNumber = _chunkYDG2GLYFjs.bytesToNumber; exports.bytesToString = _chunkYDG2GLYFjs.bytesToString; exports.concat = _chunkYDG2GLYFjs.concat; exports.concatBytes = _chunkYDG2GLYFjs.concatBytes; exports.concatHex = _chunkYDG2GLYFjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkYDG2GLYFjs.decodeAbiParameters; exports.decodeErrorResult = _chunkYDG2GLYFjs.decodeErrorResult; exports.decodeEventLog = _chunkYDG2GLYFjs.decodeEventLog; exports.decodeFunctionData = _chunkYDG2GLYFjs.decodeFunctionData; exports.decodeFunctionResult = _chunkYDG2GLYFjs.decodeFunctionResult; exports.defineBlock = _chunkYDG2GLYFjs.defineBlock; exports.defineChain = _chunkYDG2GLYFjs.defineChain; exports.defineTransaction = _chunkYDG2GLYFjs.defineTransaction; exports.defineTransactionReceipt = _chunkYDG2GLYFjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkYDG2GLYFjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkYDG2GLYFjs.encodeAbiParameters; exports.encodeDeployData = _chunkYDG2GLYFjs.encodeDeployData; exports.encodeErrorResult = _chunkYDG2GLYFjs.encodeErrorResult; exports.encodeEventTopics = _chunkYDG2GLYFjs.encodeEventTopics; exports.encodeFunctionData = _chunkYDG2GLYFjs.encodeFunctionData; exports.encodeFunctionResult = _chunkYDG2GLYFjs.encodeFunctionResult; exports.encodePacked = _chunkYDG2GLYFjs.encodePacked; exports.etherUnits = _chunkYDG2GLYFjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkYDG2GLYFjs.formatBlock; exports.formatEther = _chunkYDG2GLYFjs.formatEther; exports.formatGwei = _chunkYDG2GLYFjs.formatGwei; exports.formatTransaction = _chunkYDG2GLYFjs.formatTransaction; exports.formatTransactionRequest = _chunkYDG2GLYFjs.formatTransactionRequest; exports.formatUnits = _chunkYDG2GLYFjs.formatUnits; exports.fromBytes = _chunkYDG2GLYFjs.fromBytes; exports.fromHex = _chunkYDG2GLYFjs.fromHex; exports.fromRlp = _chunkYDG2GLYFjs.fromRlp; exports.getAbiItem = _chunkYDG2GLYFjs.getAbiItem; exports.getAddress = _chunkYDG2GLYFjs.getAddress; exports.getContract = _chunkYDG2GLYFjs.getContract; exports.getContractAddress = _chunkYDG2GLYFjs.getContractAddress; exports.getContractError = _chunkYDG2GLYFjs.getContractError; exports.getCreate2Address = _chunkYDG2GLYFjs.getCreate2Address; exports.getCreateAddress = _chunkYDG2GLYFjs.getCreateAddress; exports.getEventSelector = _chunkYDG2GLYFjs.getEventSelector; exports.getFunctionSelector = _chunkYDG2GLYFjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkYDG2GLYFjs.getSerializedTransactionType; exports.getTransactionType = _chunkYDG2GLYFjs.getTransactionType; exports.gweiUnits = _chunkYDG2GLYFjs.gweiUnits; exports.hashMessage = _chunkYDG2GLYFjs.hashMessage; exports.hashTypedData = _chunkYDG2GLYFjs.hashTypedData; exports.hexToBigInt = _chunkYDG2GLYFjs.hexToBigInt; exports.hexToBool = _chunkYDG2GLYFjs.hexToBool; exports.hexToBytes = _chunkYDG2GLYFjs.hexToBytes; exports.hexToNumber = _chunkYDG2GLYFjs.hexToNumber; exports.hexToString = _chunkYDG2GLYFjs.hexToString; exports.http = http; exports.isAddress = _chunkYDG2GLYFjs.isAddress; exports.isAddressEqual = _chunkYDG2GLYFjs.isAddressEqual; exports.isBytes = _chunkYDG2GLYFjs.isBytes; exports.isHash = _chunkYDG2GLYFjs.isHash; exports.isHex = _chunkYDG2GLYFjs.isHex; exports.keccak256 = _chunkYDG2GLYFjs.keccak256; exports.labelhash = _chunkYDG2GLYFjs.labelhash; exports.multicall3Abi = _chunkYDG2GLYFjs.multicall3Abi; exports.namehash = _chunkYDG2GLYFjs.namehash; exports.numberToBytes = _chunkYDG2GLYFjs.numberToBytes; exports.numberToHex = _chunkYDG2GLYFjs.numberToHex; exports.pad = _chunkYDG2GLYFjs.pad; exports.padBytes = _chunkYDG2GLYFjs.padBytes; exports.padHex = _chunkYDG2GLYFjs.padHex; exports.parseAbi = _chunkYDG2GLYFjs.parseAbi; exports.parseAbiItem = _chunkYDG2GLYFjs.parseAbiItem; exports.parseAbiParameter = _chunkYDG2GLYFjs.parseAbiParameter; exports.parseAbiParameters = _chunkYDG2GLYFjs.parseAbiParameters; exports.parseEther = _chunkYDG2GLYFjs.parseEther; exports.parseGwei = _chunkYDG2GLYFjs.parseGwei; exports.parseTransaction = _chunkYDG2GLYFjs.parseTransaction; exports.parseUnits = _chunkYDG2GLYFjs.parseUnits; exports.prepareRequest = _chunkYDG2GLYFjs.prepareRequest; exports.recoverAddress = _chunkYDG2GLYFjs.recoverAddress; exports.recoverMessageAddress = _chunkYDG2GLYFjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkYDG2GLYFjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkYDG2GLYFjs.serializeTransaction; exports.size = _chunkYDG2GLYFjs.size; exports.slice = _chunkYDG2GLYFjs.slice; exports.sliceBytes = _chunkYDG2GLYFjs.sliceBytes; exports.sliceHex = _chunkYDG2GLYFjs.sliceHex; exports.stringToBytes = _chunkYDG2GLYFjs.stringToBytes; exports.stringToHex = _chunkYDG2GLYFjs.stringToHex; exports.stringify = _chunkYDG2GLYFjs.stringify; exports.toBytes = _chunkYDG2GLYFjs.toBytes; exports.toHex = _chunkYDG2GLYFjs.toHex; exports.toRlp = _chunkYDG2GLYFjs.toRlp; exports.transactionType = _chunkYDG2GLYFjs.transactionType; exports.trim = _chunkYDG2GLYFjs.trim; exports.validateTypedData = _chunkYDG2GLYFjs.validateTypedData; exports.verifyMessage = _chunkYDG2GLYFjs.verifyMessage; exports.verifyTypedData = _chunkYDG2GLYFjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkYDG2GLYFjs.weiUnits;
|
926
|
+
exports.AbiConstructorNotFoundError = _chunkQISMTRQFjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkQISMTRQFjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkQISMTRQFjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkQISMTRQFjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkQISMTRQFjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkQISMTRQFjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkQISMTRQFjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkQISMTRQFjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkQISMTRQFjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkQISMTRQFjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkQISMTRQFjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkQISMTRQFjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkQISMTRQFjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkQISMTRQFjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkQISMTRQFjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkQISMTRQFjs.BaseError; exports.BlockNotFoundError = _chunkQISMTRQFjs.BlockNotFoundError; exports.CallExecutionError = _chunkQISMTRQFjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkQISMTRQFjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkQISMTRQFjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkQISMTRQFjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkQISMTRQFjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkQISMTRQFjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkQISMTRQFjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkQISMTRQFjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkQISMTRQFjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkQISMTRQFjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkQISMTRQFjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkQISMTRQFjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkQISMTRQFjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkQISMTRQFjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkQISMTRQFjs.HttpRequestError; exports.InsufficientFundsError = _chunkQISMTRQFjs.InsufficientFundsError; exports.InternalRpcError = _chunkQISMTRQFjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkQISMTRQFjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkQISMTRQFjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkQISMTRQFjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkQISMTRQFjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkQISMTRQFjs.InvalidAddressError; exports.InvalidArrayError = _chunkQISMTRQFjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkQISMTRQFjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkQISMTRQFjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkQISMTRQFjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkQISMTRQFjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkQISMTRQFjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkQISMTRQFjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkQISMTRQFjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkQISMTRQFjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkQISMTRQFjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkQISMTRQFjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkQISMTRQFjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkQISMTRQFjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkQISMTRQFjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkQISMTRQFjs.NonceMaxValueError; exports.NonceTooHighError = _chunkQISMTRQFjs.NonceTooHighError; exports.NonceTooLowError = _chunkQISMTRQFjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkQISMTRQFjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkQISMTRQFjs.ParseRpcError; exports.RawContractError = _chunkQISMTRQFjs.RawContractError; exports.RequestError = _chunkQISMTRQFjs.RequestError; exports.ResourceNotFoundRpcError = _chunkQISMTRQFjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkQISMTRQFjs.ResourceUnavailableRpcError; exports.RpcError = _chunkQISMTRQFjs.RpcError; exports.RpcRequestError = _chunkQISMTRQFjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkQISMTRQFjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkQISMTRQFjs.SwitchChainError; exports.TimeoutError = _chunkQISMTRQFjs.TimeoutError; exports.TipAboveFeeCapError = _chunkQISMTRQFjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkQISMTRQFjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkQISMTRQFjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkQISMTRQFjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkQISMTRQFjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkQISMTRQFjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkQISMTRQFjs.UnknownNodeError; exports.UnknownRpcError = _chunkQISMTRQFjs.UnknownRpcError; exports.UrlRequiredError = _chunkQISMTRQFjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkQISMTRQFjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkQISMTRQFjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkQISMTRQFjs.WebSocketRequestError; exports.assertRequest = _chunkQISMTRQFjs.assertRequest; exports.assertTransactionEIP1559 = _chunkQISMTRQFjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkQISMTRQFjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkQISMTRQFjs.assertTransactionLegacy; exports.boolToBytes = _chunkQISMTRQFjs.boolToBytes; exports.boolToHex = _chunkQISMTRQFjs.boolToHex; exports.bytesToBigint = _chunkQISMTRQFjs.bytesToBigint; exports.bytesToBool = _chunkQISMTRQFjs.bytesToBool; exports.bytesToHex = _chunkQISMTRQFjs.bytesToHex; exports.bytesToNumber = _chunkQISMTRQFjs.bytesToNumber; exports.bytesToString = _chunkQISMTRQFjs.bytesToString; exports.concat = _chunkQISMTRQFjs.concat; exports.concatBytes = _chunkQISMTRQFjs.concatBytes; exports.concatHex = _chunkQISMTRQFjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkQISMTRQFjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQISMTRQFjs.decodeErrorResult; exports.decodeEventLog = _chunkQISMTRQFjs.decodeEventLog; exports.decodeFunctionData = _chunkQISMTRQFjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQISMTRQFjs.decodeFunctionResult; exports.defineBlock = _chunkQISMTRQFjs.defineBlock; exports.defineChain = _chunkQISMTRQFjs.defineChain; exports.defineTransaction = _chunkQISMTRQFjs.defineTransaction; exports.defineTransactionReceipt = _chunkQISMTRQFjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQISMTRQFjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQISMTRQFjs.encodeAbiParameters; exports.encodeDeployData = _chunkQISMTRQFjs.encodeDeployData; exports.encodeErrorResult = _chunkQISMTRQFjs.encodeErrorResult; exports.encodeEventTopics = _chunkQISMTRQFjs.encodeEventTopics; exports.encodeFunctionData = _chunkQISMTRQFjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQISMTRQFjs.encodeFunctionResult; exports.encodePacked = _chunkQISMTRQFjs.encodePacked; exports.etherUnits = _chunkQISMTRQFjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkQISMTRQFjs.formatBlock; exports.formatEther = _chunkQISMTRQFjs.formatEther; exports.formatGwei = _chunkQISMTRQFjs.formatGwei; exports.formatTransaction = _chunkQISMTRQFjs.formatTransaction; exports.formatTransactionRequest = _chunkQISMTRQFjs.formatTransactionRequest; exports.formatUnits = _chunkQISMTRQFjs.formatUnits; exports.fromBytes = _chunkQISMTRQFjs.fromBytes; exports.fromHex = _chunkQISMTRQFjs.fromHex; exports.fromRlp = _chunkQISMTRQFjs.fromRlp; exports.getAbiItem = _chunkQISMTRQFjs.getAbiItem; exports.getAddress = _chunkQISMTRQFjs.getAddress; exports.getContract = _chunkQISMTRQFjs.getContract; exports.getContractAddress = _chunkQISMTRQFjs.getContractAddress; exports.getContractError = _chunkQISMTRQFjs.getContractError; exports.getCreate2Address = _chunkQISMTRQFjs.getCreate2Address; exports.getCreateAddress = _chunkQISMTRQFjs.getCreateAddress; exports.getEventSelector = _chunkQISMTRQFjs.getEventSelector; exports.getFunctionSelector = _chunkQISMTRQFjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkQISMTRQFjs.getSerializedTransactionType; exports.getTransactionType = _chunkQISMTRQFjs.getTransactionType; exports.gweiUnits = _chunkQISMTRQFjs.gweiUnits; exports.hashMessage = _chunkQISMTRQFjs.hashMessage; exports.hashTypedData = _chunkQISMTRQFjs.hashTypedData; exports.hexToBigInt = _chunkQISMTRQFjs.hexToBigInt; exports.hexToBool = _chunkQISMTRQFjs.hexToBool; exports.hexToBytes = _chunkQISMTRQFjs.hexToBytes; exports.hexToNumber = _chunkQISMTRQFjs.hexToNumber; exports.hexToString = _chunkQISMTRQFjs.hexToString; exports.http = http; exports.isAddress = _chunkQISMTRQFjs.isAddress; exports.isAddressEqual = _chunkQISMTRQFjs.isAddressEqual; exports.isBytes = _chunkQISMTRQFjs.isBytes; exports.isHash = _chunkQISMTRQFjs.isHash; exports.isHex = _chunkQISMTRQFjs.isHex; exports.keccak256 = _chunkQISMTRQFjs.keccak256; exports.labelhash = _chunkQISMTRQFjs.labelhash; exports.multicall3Abi = _chunkQISMTRQFjs.multicall3Abi; exports.namehash = _chunkQISMTRQFjs.namehash; exports.numberToBytes = _chunkQISMTRQFjs.numberToBytes; exports.numberToHex = _chunkQISMTRQFjs.numberToHex; exports.pad = _chunkQISMTRQFjs.pad; exports.padBytes = _chunkQISMTRQFjs.padBytes; exports.padHex = _chunkQISMTRQFjs.padHex; exports.parseAbi = _chunkQISMTRQFjs.parseAbi; exports.parseAbiItem = _chunkQISMTRQFjs.parseAbiItem; exports.parseAbiParameter = _chunkQISMTRQFjs.parseAbiParameter; exports.parseAbiParameters = _chunkQISMTRQFjs.parseAbiParameters; exports.parseEther = _chunkQISMTRQFjs.parseEther; exports.parseGwei = _chunkQISMTRQFjs.parseGwei; exports.parseTransaction = _chunkQISMTRQFjs.parseTransaction; exports.parseUnits = _chunkQISMTRQFjs.parseUnits; exports.prepareRequest = _chunkQISMTRQFjs.prepareRequest; exports.recoverAddress = _chunkQISMTRQFjs.recoverAddress; exports.recoverMessageAddress = _chunkQISMTRQFjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkQISMTRQFjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkQISMTRQFjs.serializeTransaction; exports.size = _chunkQISMTRQFjs.size; exports.slice = _chunkQISMTRQFjs.slice; exports.sliceBytes = _chunkQISMTRQFjs.sliceBytes; exports.sliceHex = _chunkQISMTRQFjs.sliceHex; exports.stringToBytes = _chunkQISMTRQFjs.stringToBytes; exports.stringToHex = _chunkQISMTRQFjs.stringToHex; exports.stringify = _chunkQISMTRQFjs.stringify; exports.toBytes = _chunkQISMTRQFjs.toBytes; exports.toHex = _chunkQISMTRQFjs.toHex; exports.toRlp = _chunkQISMTRQFjs.toRlp; exports.transactionType = _chunkQISMTRQFjs.transactionType; exports.trim = _chunkQISMTRQFjs.trim; exports.validateTypedData = _chunkQISMTRQFjs.validateTypedData; exports.verifyMessage = _chunkQISMTRQFjs.verifyMessage; exports.verifyTypedData = _chunkQISMTRQFjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkQISMTRQFjs.weiUnits;
|
927
927
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkQISMTRQFjs.call; exports.createBlockFilter = _chunkQISMTRQFjs.createBlockFilter; exports.createEventFilter = _chunkQISMTRQFjs.createEventFilter; exports.createPendingTransactionFilter = _chunkQISMTRQFjs.createPendingTransactionFilter; exports.estimateGas = _chunkQISMTRQFjs.estimateGas; exports.getBalance = _chunkQISMTRQFjs.getBalance; exports.getBlock = _chunkQISMTRQFjs.getBlock; exports.getBlockNumber = _chunkQISMTRQFjs.getBlockNumber; exports.getBlockNumberCache = _chunkQISMTRQFjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkQISMTRQFjs.getBlockTransactionCount; exports.getBytecode = _chunkQISMTRQFjs.getBytecode; exports.getChainId = _chunkQISMTRQFjs.getChainId; exports.getFeeHistory = _chunkQISMTRQFjs.getFeeHistory; exports.getFilterChanges = _chunkQISMTRQFjs.getFilterChanges; exports.getFilterLogs = _chunkQISMTRQFjs.getFilterLogs; exports.getGasPrice = _chunkQISMTRQFjs.getGasPrice; exports.getLogs = _chunkQISMTRQFjs.getLogs; exports.getTransaction = _chunkQISMTRQFjs.getTransaction; exports.getTransactionConfirmations = _chunkQISMTRQFjs.getTransactionConfirmations; exports.getTransactionCount = _chunkQISMTRQFjs.getTransactionCount; exports.getTransactionReceipt = _chunkQISMTRQFjs.getTransactionReceipt; exports.uninstallFilter = _chunkQISMTRQFjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkQISMTRQFjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkQISMTRQFjs.watchBlockNumber; exports.watchBlocks = _chunkQISMTRQFjs.watchBlocks; exports.watchEvent = _chunkQISMTRQFjs.watchEvent; exports.watchPendingTransactions = _chunkQISMTRQFjs.watchPendingTransactions;
|
59
59
|
//# sourceMappingURL=public.js.map
|
package/dist/public.mjs
CHANGED
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkQISMTRQFjs.dropTransaction; exports.getAutomine = _chunkQISMTRQFjs.getAutomine; exports.getTxpoolContent = _chunkQISMTRQFjs.getTxpoolContent; exports.getTxpoolStatus = _chunkQISMTRQFjs.getTxpoolStatus; exports.impersonateAccount = _chunkQISMTRQFjs.impersonateAccount; exports.increaseTime = _chunkQISMTRQFjs.increaseTime; exports.inspectTxpool = _chunkQISMTRQFjs.inspectTxpool; exports.mine = _chunkQISMTRQFjs.mine; exports.removeBlockTimestampInterval = _chunkQISMTRQFjs.removeBlockTimestampInterval; exports.reset = _chunkQISMTRQFjs.reset; exports.revert = _chunkQISMTRQFjs.revert; exports.sendUnsignedTransaction = _chunkQISMTRQFjs.sendUnsignedTransaction; exports.setAutomine = _chunkQISMTRQFjs.setAutomine; exports.setBalance = _chunkQISMTRQFjs.setBalance; exports.setBlockGasLimit = _chunkQISMTRQFjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkQISMTRQFjs.setBlockTimestampInterval; exports.setCode = _chunkQISMTRQFjs.setCode; exports.setCoinbase = _chunkQISMTRQFjs.setCoinbase; exports.setIntervalMining = _chunkQISMTRQFjs.setIntervalMining; exports.setLoggingEnabled = _chunkQISMTRQFjs.setLoggingEnabled; exports.setMinGasPrice = _chunkQISMTRQFjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkQISMTRQFjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkQISMTRQFjs.setNextBlockTimestamp; exports.setNonce = _chunkQISMTRQFjs.setNonce; exports.setRpcUrl = _chunkQISMTRQFjs.setRpcUrl; exports.setStorageAt = _chunkQISMTRQFjs.setStorageAt; exports.snapshot = _chunkQISMTRQFjs.snapshot; exports.stopImpersonatingAccount = _chunkQISMTRQFjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.js
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var
|
121
|
+
var _chunkQISMTRQFjs = require('../chunk-QISMTRQF.js');
|
122
122
|
|
123
123
|
|
124
124
|
|
@@ -239,5 +239,5 @@ var _chunkYDG2GLYFjs = require('../chunk-YDG2GLYF.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
exports.arrayRegex =
|
242
|
+
exports.arrayRegex = _chunkQISMTRQFjs.arrayRegex; exports.assertRequest = _chunkQISMTRQFjs.assertRequest; exports.assertTransactionEIP1559 = _chunkQISMTRQFjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkQISMTRQFjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkQISMTRQFjs.assertTransactionLegacy; exports.boolToBytes = _chunkQISMTRQFjs.boolToBytes; exports.boolToHex = _chunkQISMTRQFjs.boolToHex; exports.buildRequest = _chunkQISMTRQFjs.buildRequest; exports.bytesRegex = _chunkQISMTRQFjs.bytesRegex; exports.bytesToBigint = _chunkQISMTRQFjs.bytesToBigint; exports.bytesToBool = _chunkQISMTRQFjs.bytesToBool; exports.bytesToHex = _chunkQISMTRQFjs.bytesToHex; exports.bytesToNumber = _chunkQISMTRQFjs.bytesToNumber; exports.bytesToString = _chunkQISMTRQFjs.bytesToString; exports.concat = _chunkQISMTRQFjs.concat; exports.concatBytes = _chunkQISMTRQFjs.concatBytes; exports.concatHex = _chunkQISMTRQFjs.concatHex; exports.containsNodeError = _chunkQISMTRQFjs.containsNodeError; exports.decodeAbiParameters = _chunkQISMTRQFjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQISMTRQFjs.decodeErrorResult; exports.decodeEventLog = _chunkQISMTRQFjs.decodeEventLog; exports.decodeFunctionData = _chunkQISMTRQFjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQISMTRQFjs.decodeFunctionResult; exports.defineBlock = _chunkQISMTRQFjs.defineBlock; exports.defineChain = _chunkQISMTRQFjs.defineChain; exports.defineFormatter = _chunkQISMTRQFjs.defineFormatter; exports.defineTransaction = _chunkQISMTRQFjs.defineTransaction; exports.defineTransactionReceipt = _chunkQISMTRQFjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQISMTRQFjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQISMTRQFjs.encodeAbiParameters; exports.encodeDeployData = _chunkQISMTRQFjs.encodeDeployData; exports.encodeErrorResult = _chunkQISMTRQFjs.encodeErrorResult; exports.encodeEventTopics = _chunkQISMTRQFjs.encodeEventTopics; exports.encodeFunctionData = _chunkQISMTRQFjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQISMTRQFjs.encodeFunctionResult; exports.encodePacked = _chunkQISMTRQFjs.encodePacked; exports.extract = _chunkQISMTRQFjs.extract; exports.extractFunctionName = _chunkQISMTRQFjs.extractFunctionName; exports.extractFunctionParams = _chunkQISMTRQFjs.extractFunctionParams; exports.extractFunctionParts = _chunkQISMTRQFjs.extractFunctionParts; exports.extractFunctionType = _chunkQISMTRQFjs.extractFunctionType; exports.format = _chunkQISMTRQFjs.format; exports.formatAbiItem = _chunkQISMTRQFjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkQISMTRQFjs.formatAbiItemWithArgs; exports.formatBlock = _chunkQISMTRQFjs.formatBlock; exports.formatEther = _chunkQISMTRQFjs.formatEther; exports.formatGwei = _chunkQISMTRQFjs.formatGwei; exports.formatTransaction = _chunkQISMTRQFjs.formatTransaction; exports.formatTransactionRequest = _chunkQISMTRQFjs.formatTransactionRequest; exports.formatUnits = _chunkQISMTRQFjs.formatUnits; exports.fromBytes = _chunkQISMTRQFjs.fromBytes; exports.fromHex = _chunkQISMTRQFjs.fromHex; exports.fromRlp = _chunkQISMTRQFjs.fromRlp; exports.getAbiItem = _chunkQISMTRQFjs.getAbiItem; exports.getAddress = _chunkQISMTRQFjs.getAddress; exports.getCallError = _chunkQISMTRQFjs.getCallError; exports.getChainContractAddress = _chunkQISMTRQFjs.getChainContractAddress; exports.getContractAddress = _chunkQISMTRQFjs.getContractAddress; exports.getContractError = _chunkQISMTRQFjs.getContractError; exports.getCreate2Address = _chunkQISMTRQFjs.getCreate2Address; exports.getCreateAddress = _chunkQISMTRQFjs.getCreateAddress; exports.getEstimateGasError = _chunkQISMTRQFjs.getEstimateGasError; exports.getEventSelector = _chunkQISMTRQFjs.getEventSelector; exports.getFunctionSelector = _chunkQISMTRQFjs.getFunctionSelector; exports.getNodeError = _chunkQISMTRQFjs.getNodeError; exports.getSerializedTransactionType = _chunkQISMTRQFjs.getSerializedTransactionType; exports.getSocket = _chunkQISMTRQFjs.getSocket; exports.getTransactionError = _chunkQISMTRQFjs.getTransactionError; exports.getTransactionType = _chunkQISMTRQFjs.getTransactionType; exports.hashMessage = _chunkQISMTRQFjs.hashMessage; exports.hashTypedData = _chunkQISMTRQFjs.hashTypedData; exports.hexToBigInt = _chunkQISMTRQFjs.hexToBigInt; exports.hexToBool = _chunkQISMTRQFjs.hexToBool; exports.hexToBytes = _chunkQISMTRQFjs.hexToBytes; exports.hexToNumber = _chunkQISMTRQFjs.hexToNumber; exports.hexToString = _chunkQISMTRQFjs.hexToString; exports.integerRegex = _chunkQISMTRQFjs.integerRegex; exports.isAddress = _chunkQISMTRQFjs.isAddress; exports.isAddressEqual = _chunkQISMTRQFjs.isAddressEqual; exports.isBytes = _chunkQISMTRQFjs.isBytes; exports.isHash = _chunkQISMTRQFjs.isHash; exports.isHex = _chunkQISMTRQFjs.isHex; exports.keccak256 = _chunkQISMTRQFjs.keccak256; exports.numberToBytes = _chunkQISMTRQFjs.numberToBytes; exports.numberToHex = _chunkQISMTRQFjs.numberToHex; exports.pad = _chunkQISMTRQFjs.pad; exports.padBytes = _chunkQISMTRQFjs.padBytes; exports.padHex = _chunkQISMTRQFjs.padHex; exports.parseAbi = _chunkQISMTRQFjs.parseAbi; exports.parseAbiItem = _chunkQISMTRQFjs.parseAbiItem; exports.parseAbiParameter = _chunkQISMTRQFjs.parseAbiParameter; exports.parseAbiParameters = _chunkQISMTRQFjs.parseAbiParameters; exports.parseAccount = _chunkQISMTRQFjs.parseAccount; exports.parseEther = _chunkQISMTRQFjs.parseEther; exports.parseGwei = _chunkQISMTRQFjs.parseGwei; exports.parseTransaction = _chunkQISMTRQFjs.parseTransaction; exports.parseUnits = _chunkQISMTRQFjs.parseUnits; exports.prepareRequest = _chunkQISMTRQFjs.prepareRequest; exports.publicKeyToAddress = _chunkQISMTRQFjs.publicKeyToAddress; exports.recoverAddress = _chunkQISMTRQFjs.recoverAddress; exports.recoverMessageAddress = _chunkQISMTRQFjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkQISMTRQFjs.recoverTypedDataAddress; exports.rpc = _chunkQISMTRQFjs.rpc; exports.serializeTransaction = _chunkQISMTRQFjs.serializeTransaction; exports.size = _chunkQISMTRQFjs.size; exports.slice = _chunkQISMTRQFjs.slice; exports.sliceBytes = _chunkQISMTRQFjs.sliceBytes; exports.sliceHex = _chunkQISMTRQFjs.sliceHex; exports.stringToBytes = _chunkQISMTRQFjs.stringToBytes; exports.stringToHex = _chunkQISMTRQFjs.stringToHex; exports.stringify = _chunkQISMTRQFjs.stringify; exports.toBytes = _chunkQISMTRQFjs.toBytes; exports.toHex = _chunkQISMTRQFjs.toHex; exports.toRlp = _chunkQISMTRQFjs.toRlp; exports.transactionType = _chunkQISMTRQFjs.transactionType; exports.trim = _chunkQISMTRQFjs.trim; exports.validateTypedData = _chunkQISMTRQFjs.validateTypedData; exports.verifyMessage = _chunkQISMTRQFjs.verifyMessage; exports.verifyTypedData = _chunkQISMTRQFjs.verifyTypedData;
|
243
243
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkYDG2GLYFjs = require('./chunk-YDG2GLYF.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkQISMTRQFjs.addChain; exports.getAddresses = _chunkQISMTRQFjs.getAddresses; exports.getPermissions = _chunkQISMTRQFjs.getPermissions; exports.requestAddresses = _chunkQISMTRQFjs.requestAddresses; exports.requestPermissions = _chunkQISMTRQFjs.requestPermissions; exports.sendTransaction = _chunkQISMTRQFjs.sendTransaction; exports.signMessage = _chunkQISMTRQFjs.signMessage; exports.signTypedData = _chunkQISMTRQFjs.signTypedData; exports.switchChain = _chunkQISMTRQFjs.switchChain; exports.watchAsset = _chunkQISMTRQFjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED
package/package.json
CHANGED
File without changes
|
File without changes
|