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