viem 0.0.1-alpha.29 → 0.0.1-alpha.30

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.
Files changed (66) hide show
  1. package/dist/{chain-4d46a747.d.ts → chain-00b37e4e.d.ts} +19 -19
  2. package/dist/{chain-c7c44165.d.ts → chain-38182d92.d.ts} +1 -1
  3. package/dist/chains.d.ts +3 -3
  4. package/dist/chains.js +46 -46
  5. package/dist/chains.mjs +1 -1
  6. package/dist/{chunk-Q67VUTW3.mjs → chunk-23UHN6UC.mjs} +3 -3
  7. package/dist/{chunk-Q67VUTW3.mjs.map → chunk-23UHN6UC.mjs.map} +0 -0
  8. package/dist/{chunk-RR4MGS6O.mjs → chunk-25AJVKAT.mjs} +502 -93
  9. package/dist/chunk-25AJVKAT.mjs.map +1 -0
  10. package/dist/{chunk-S252SZEL.mjs → chunk-AO7KQBK3.mjs} +2 -2
  11. package/dist/{chunk-S252SZEL.mjs.map → chunk-AO7KQBK3.mjs.map} +0 -0
  12. package/dist/{chunk-OJ7H3CQF.js → chunk-BHMSFL4W.js} +14 -14
  13. package/dist/{chunk-OJ7H3CQF.js.map → chunk-BHMSFL4W.js.map} +0 -0
  14. package/dist/{chunk-EYORBAD4.js → chunk-EAD66IDC.js} +521 -112
  15. package/dist/chunk-EAD66IDC.js.map +1 -0
  16. package/dist/{chunk-TQC7KZ24.mjs → chunk-EYRMK2SV.mjs} +107 -89
  17. package/dist/chunk-EYRMK2SV.mjs.map +1 -0
  18. package/dist/{chunk-HPUQL3IM.mjs → chunk-IP3NSE7H.mjs} +49 -44
  19. package/dist/chunk-IP3NSE7H.mjs.map +1 -0
  20. package/dist/{chunk-SEIPUKZE.js → chunk-NPFW67BV.js} +22 -22
  21. package/dist/{chunk-SEIPUKZE.js.map → chunk-NPFW67BV.js.map} +0 -0
  22. package/dist/{chunk-CKYH337I.js → chunk-VOK5ALIT.js} +56 -51
  23. package/dist/chunk-VOK5ALIT.js.map +1 -0
  24. package/dist/{chunk-4VQKZYE2.js → chunk-ZX4U6QKQ.js} +167 -149
  25. package/dist/chunk-ZX4U6QKQ.js.map +1 -0
  26. package/dist/contract.d.ts +7 -9
  27. package/dist/contract.js +4 -4
  28. package/dist/contract.mjs +3 -3
  29. package/dist/{createClient-5d5c14d6.d.ts → createClient-5258d590.d.ts} +2 -2
  30. package/dist/{createPublicClient-2b4afeac.d.ts → createPublicClient-99be385b.d.ts} +94 -73
  31. package/dist/{eip1193-f09a55af.d.ts → eip1193-fcdeee04.d.ts} +1 -1
  32. package/dist/ens.d.ts +5 -7
  33. package/dist/ens.js +4 -4
  34. package/dist/ens.mjs +3 -3
  35. package/dist/{formatAbiItem-d231fef2.d.ts → formatAbiItem-50cb39d8.d.ts} +1 -1
  36. package/dist/{getAbiItem-0e085959.d.ts → getAbiItem-6d4f64d2.d.ts} +2 -2
  37. package/dist/index.d.ts +35 -42
  38. package/dist/index.js +126 -90
  39. package/dist/index.js.map +1 -1
  40. package/dist/index.mjs +43 -7
  41. package/dist/index.mjs.map +1 -1
  42. package/dist/{parseGwei-4d0b0d73.d.ts → parseGwei-e299cf13.d.ts} +229 -67
  43. package/dist/public.d.ts +6 -8
  44. package/dist/public.js +3 -3
  45. package/dist/public.mjs +2 -2
  46. package/dist/{test-b9208949.d.ts → test-79ec416c.d.ts} +3 -3
  47. package/dist/test.d.ts +5 -5
  48. package/dist/test.js +3 -3
  49. package/dist/test.mjs +2 -2
  50. package/dist/utils/index.d.ts +33 -9
  51. package/dist/utils/index.js +14 -2
  52. package/dist/utils/index.mjs +13 -1
  53. package/dist/{wallet-9b1c6905.d.ts → wallet-cf5c8351.d.ts} +17 -6
  54. package/dist/wallet.d.ts +4 -5
  55. package/dist/wallet.js +3 -3
  56. package/dist/wallet.mjs +2 -2
  57. package/dist/window.d.ts +2 -2
  58. package/package.json +1 -1
  59. package/dist/chunk-4VQKZYE2.js.map +0 -1
  60. package/dist/chunk-CKYH337I.js.map +0 -1
  61. package/dist/chunk-EYORBAD4.js.map +0 -1
  62. package/dist/chunk-HPUQL3IM.mjs.map +0 -1
  63. package/dist/chunk-RR4MGS6O.mjs.map +0 -1
  64. package/dist/chunk-TQC7KZ24.mjs.map +0 -1
  65. package/dist/transactionReceipt-84fc92e1.d.ts +0 -26
  66. package/dist/transactionRequest-44c539b4.d.ts +0 -15
package/dist/ens.mjs CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-Q67VUTW3.mjs";
7
- import "./chunk-TQC7KZ24.mjs";
8
- import "./chunk-RR4MGS6O.mjs";
6
+ } from "./chunk-23UHN6UC.mjs";
7
+ import "./chunk-EYRMK2SV.mjs";
8
+ import "./chunk-25AJVKAT.mjs";
9
9
 
10
10
  // src/utils/ens/normalize.ts
11
11
  import { toUnicode } from "idna-uts46-hx";
@@ -1,4 +1,4 @@
1
- import { c as AbiItem } from './chain-4d46a747.js';
1
+ import { b as AbiItem } from './chain-00b37e4e.js';
2
2
 
3
3
  declare function formatAbiItemWithArgs({ abiItem, args, includeFunctionName, includeName, }: {
4
4
  abiItem: AbiItem;
@@ -1,5 +1,5 @@
1
1
  import { AbiParameter, Narrow, Abi, AbiParametersToPrimitiveTypes } from 'abitype';
2
- import { H as Hex, c as AbiItem, a5 as LogTopic, _ as ExtractEventNameFromAbi, a6 as ExtractEventArgsFromTopics, a7 as ExtractFunctionNameFromAbi, a8 as ExtractArgsFromAbi, V as ExtractResultFromAbi, a3 as ExtractConstructorArgsFromAbi, a9 as ExtractErrorNameFromAbi, aa as ExtractErrorArgsFromAbi, a0 as ExtractEventArgsFromAbi, ab as ExtractNameFromAbi } from './chain-4d46a747.js';
2
+ import { H as Hex, b as AbiItem, a6 as LogTopic, a0 as ExtractEventNameFromAbi, a7 as ExtractEventArgsFromTopics, a8 as ExtractFunctionNameFromAbi, a9 as ExtractArgsFromAbi, Z as ExtractResultFromAbi, a4 as ExtractConstructorArgsFromAbi, aa as ExtractErrorNameFromAbi, ab as ExtractErrorArgsFromAbi, a1 as ExtractEventArgsFromAbi, ac as ExtractNameFromAbi } from './chain-00b37e4e.js';
3
3
  import * as abitype_dist_abi_78346466 from 'abitype/dist/abi-78346466';
4
4
 
5
5
  type DecodeAbiArgs<TParams extends readonly AbiParameter[] | readonly unknown[] = readonly AbiParameter[]> = {
@@ -92,6 +92,6 @@ type GetAbiItemArgs<TAbi extends Abi | readonly unknown[] = Abi, TFunctionName e
92
92
  abi: Narrow<TAbi>;
93
93
  name: ExtractNameFromAbi<TAbi, TFunctionName>;
94
94
  } & Partial<ExtractArgsFromAbi<TAbi, TFunctionName>>;
95
- declare function getAbiItem<TAbi extends Abi | readonly unknown[], TFunctionName extends string>({ abi, args, name }: GetAbiItemArgs<TAbi, TFunctionName>): abitype_dist_abi_78346466.o | abitype_dist_abi_78346466.q | abitype_dist_abi_78346466.p | undefined;
95
+ declare function getAbiItem<TAbi extends Abi | readonly unknown[], TFunctionName extends string>({ abi, args, name }: GetAbiItemArgs<TAbi, TFunctionName>): abitype_dist_abi_78346466.q | abitype_dist_abi_78346466.p | abitype_dist_abi_78346466.o | undefined;
96
96
 
97
97
  export { DecodeAbiArgs as D, EncodeAbiArgs as E, GetAbiItemArgs as G, DecodeErrorResultArgs as a, DecodeErrorResultResponse as b, DecodeEventLogArgs as c, DecodeEventLogResponse as d, DecodeFunctionDataArgs as e, DecodeFunctionResultArgs as f, DecodeFunctionResultResponse as g, EncodeDeployDataArgs as h, EncodeErrorResultArgs as i, EncodeEventTopicsArgs as j, EncodeFunctionDataArgs as k, EncodeFunctionResultArgs as l, decodeAbi as m, decodeErrorResult as n, decodeEventLog as o, decodeFunctionData as p, decodeFunctionResult as q, encodeAbi as r, encodeDeployData as s, encodeErrorResult as t, encodeEventTopics as u, encodeFunctionData as v, encodeFunctionResult as w, getAbiItem as x };
package/dist/index.d.ts CHANGED
@@ -1,19 +1,17 @@
1
- import { T as TransportConfig, a as Transport, B as BaseRpcRequests } from './createClient-5d5c14d6.js';
2
- export { C as Client, b as ClientConfig, a as Transport, T as TransportConfig, c as createClient, d as createTransport } from './createClient-5d5c14d6.js';
1
+ import { T as TransportConfig, a as Transport, B as BaseRpcRequests } from './createClient-5258d590.js';
2
+ export { C as Client, b as ClientConfig, a as Transport, T as TransportConfig, c as createClient, d as createTransport } from './createClient-5258d590.js';
3
3
  import WebSocket from 'isomorphic-ws';
4
- import { H as Hex, a as Hash, B as ByteArray, b as BlockTag } from './chain-4d46a747.js';
5
- export { c as AbiItem, d as AccessList, A as Address, e as Block, f as BlockIdentifier, g as BlockNumber, b as BlockTag, B as ByteArray, C as Chain, h as ContractConfig, J as ExtractFormatter, F as FeeHistory, i as FeeValues, j as FeeValuesEIP1559, k as FeeValuesLegacy, K as Formatted, M as FormattedTransaction, a as Hash, H as Hex, L as Log, R as RpcBlock, l as RpcBlockIdentifier, m as RpcBlockNumber, n as RpcFeeHistory, o as RpcFeeValues, p as RpcLog, q as RpcTransaction, r as RpcTransactionReceipt, s as RpcTransactionRequest, t as RpcUncle, z as Transaction, D as TransactionBase, E as TransactionEIP1559, G as TransactionEIP2930, N as TransactionFormatter, I as TransactionLegacy, T as TransactionReceipt, u as TransactionRequest, v as TransactionRequestBase, w as TransactionRequestEIP1559, x as TransactionRequestEIP2930, y as TransactionRequestLegacy, U as Uncle, O as defineTransaction, P as formatTransaction, Q as transactionType } from './chain-4d46a747.js';
6
- import { B as BaseError, R as RpcResponse } from './parseGwei-4d0b0d73.js';
7
- export { B as BaseError, C as ContractFunctionExecutionError, a as ContractFunctionRevertedError, b as ContractFunctionZeroDataError, G as GetContractAddressOptions, c as GetCreate2AddressOptions, d as GetCreateAddressOptions, T as ToRlpResponse, e as boolToBytes, f as boolToHex, g as bytesToBigint, h as bytesToBool, i as bytesToHex, j as bytesToNumber, k as bytesToString, l as etherUnits, m as formatEther, n as formatGwei, o as formatUnit, p as fromBytes, q as fromHex, r as fromRlp, s as getAddress, t as getContractAddress, u as getContractError, v as getCreate2Address, w as getCreateAddress, x as getEventSignature, y as getFunctionSignature, z as gweiUnits, A as hexToBigInt, D as hexToBool, E as hexToBytes, F as hexToNumber, H as hexToString, I as isAddress, J as isAddressEqual, K as isBytes, L as isHex, M as keccak256, N as numberToBytes, O as numberToHex, P as pad, Q as padBytes, S as padHex, U as parseEther, V as parseGwei, W as parseUnit, X as size, Y as slice, Z as sliceBytes, _ as sliceHex, $ as stringToBytes, a0 as stringToHex, a1 as stringify, a2 as toBytes, a3 as toHex, a4 as toRlp, a5 as trim, a6 as weiUnits } from './parseGwei-4d0b0d73.js';
8
- export { P as PublicClient, a as PublicClientConfig, c as createPublicClient } from './createPublicClient-2b4afeac.js';
9
- export { T as TestClient, a as TestClientConfig, c as createTestClient } from './test-b9208949.js';
10
- export { W as WalletClient, a as WalletClientConfig, c as createWalletClient } from './wallet-9b1c6905.js';
4
+ import { H as Hex, a as Hash, C as Chain, B as ByteArray } from './chain-00b37e4e.js';
5
+ export { b as AbiItem, c as AccessList, A as Address, d as Block, e as BlockIdentifier, f as BlockNumber, g as BlockTag, B as ByteArray, C as Chain, h as ContractConfig, J as ExtractFormatter, F as FeeHistory, i as FeeValues, j as FeeValuesEIP1559, k as FeeValuesLegacy, K as Formatted, M as FormattedTransaction, a as Hash, H as Hex, L as Log, R as RpcBlock, l as RpcBlockIdentifier, m as RpcBlockNumber, n as RpcFeeHistory, o as RpcFeeValues, p as RpcLog, q as RpcTransaction, r as RpcTransactionReceipt, s as RpcTransactionRequest, t as RpcUncle, z as Transaction, D as TransactionBase, E as TransactionEIP1559, G as TransactionEIP2930, N as TransactionFormatter, I as TransactionLegacy, T as TransactionReceipt, u as TransactionRequest, v as TransactionRequestBase, w as TransactionRequestEIP1559, x as TransactionRequestEIP2930, y as TransactionRequestLegacy, U as Uncle, O as defineTransaction, P as formatTransaction, Q as transactionType } from './chain-00b37e4e.js';
6
+ import { B as BaseError, R as RpcResponse } from './parseGwei-e299cf13.js';
7
+ export { B as BaseError, C as CallExecutionError, a as ContractFunctionExecutionError, b as ContractFunctionRevertedError, c as ContractFunctionZeroDataError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, G as GetContractAddressOptions, o as GetCreate2AddressOptions, p as GetCreateAddressOptions, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, N as NonceMaxValueError, h as NonceTooHighError, i as NonceTooLowError, j as RawContractError, T as TipAboveFeeCapError, q as ToRlpResponse, k as TransactionExecutionError, m as TransactionNotFoundError, n as TransactionReceiptNotFoundError, l as TransactionTypeNotSupportedError, U as UnknownNodeError, W as WaitForTransactionReceiptTimeoutError, r as boolToBytes, s as boolToHex, t as bytesToBigint, u as bytesToBool, v as bytesToHex, w as bytesToNumber, x as bytesToString, y as etherUnits, z as formatEther, A as formatGwei, D as formatUnit, H as fromBytes, J as fromHex, K as fromRlp, L as getAddress, M as getContractAddress, O as getContractError, P as getCreate2Address, Q as getCreateAddress, S as getEventSignature, V as getFunctionSignature, X as gweiUnits, Y as hexToBigInt, Z as hexToBool, _ as hexToBytes, $ as hexToNumber, a0 as hexToString, a1 as isAddress, a2 as isAddressEqual, a3 as isBytes, a4 as isHex, a5 as keccak256, a6 as numberToBytes, a7 as numberToHex, a8 as pad, a9 as padBytes, aa as padHex, ab as parseEther, ac as parseGwei, ad as parseUnit, ae as size, af as slice, ag as sliceBytes, ah as sliceHex, ai as stringToBytes, aj as stringToHex, ak as stringify, al as toBytes, am as toHex, an as toRlp, ao as trim, ap as weiUnits } from './parseGwei-e299cf13.js';
8
+ export { B as BlockFormatter, F as FormattedBlock, b as FormattedTransactionReceipt, P as PublicClient, a as PublicClientConfig, T as TransactionReceiptFormatter, c as createPublicClient, d as defineBlock, e as defineTransactionReceipt, f as formatBlock } from './createPublicClient-99be385b.js';
9
+ export { T as TestClient, a as TestClientConfig, c as createTestClient } from './test-79ec416c.js';
10
+ export { F as FormattedTransactionRequest, T as TransactionRequestFormatter, W as WalletClient, a as WalletClientConfig, c as createWalletClient, d as defineTransactionRequest, f as formatTransactionRequest } from './wallet-cf5c8351.js';
11
11
  export { l as labelhash, n as namehash } from './namehash-88f4639d.js';
12
- export { D as DecodeAbiArgs, a as DecodeErrorResultArgs, b as DecodeErrorResultResponse, c as DecodeEventLogArgs, d as DecodeEventLogResponse, e as DecodeFunctionDataArgs, f as DecodeFunctionResultArgs, g as DecodeFunctionResultResponse, E as EncodeAbiArgs, h as EncodeDeployDataArgs, i as EncodeErrorResultArgs, j as EncodeEventTopicsArgs, k as EncodeFunctionDataArgs, l as EncodeFunctionResultArgs, G as GetAbiItemArgs, m as decodeAbi, n as decodeErrorResult, o as decodeEventLog, p as decodeFunctionData, q as decodeFunctionResult, r as encodeAbi, s as encodeDeployData, t as encodeErrorResult, u as encodeEventTopics, v as encodeFunctionData, w as encodeFunctionResult, x as getAbiItem } from './getAbiItem-0e085959.js';
13
- export { d as defineChain } from './chain-c7c44165.js';
14
- export { B as BlockFormatter, F as FormattedBlock, a as FormattedTransactionReceipt, T as TransactionReceiptFormatter, d as defineBlock, b as defineTransactionReceipt, f as formatBlock } from './transactionReceipt-84fc92e1.js';
15
- export { F as FormattedTransactionRequest, T as TransactionRequestFormatter, d as defineTransactionRequest, f as formatTransactionRequest } from './transactionRequest-44c539b4.js';
16
- import './eip1193-f09a55af.js';
12
+ export { D as DecodeAbiArgs, a as DecodeErrorResultArgs, b as DecodeErrorResultResponse, c as DecodeEventLogArgs, d as DecodeEventLogResponse, e as DecodeFunctionDataArgs, f as DecodeFunctionResultArgs, g as DecodeFunctionResultResponse, E as EncodeAbiArgs, h as EncodeDeployDataArgs, i as EncodeErrorResultArgs, j as EncodeEventTopicsArgs, k as EncodeFunctionDataArgs, l as EncodeFunctionResultArgs, G as GetAbiItemArgs, m as decodeAbi, n as decodeErrorResult, o as decodeEventLog, p as decodeFunctionData, q as decodeFunctionResult, r as encodeAbi, s as encodeDeployData, t as encodeErrorResult, u as encodeEventTopics, v as encodeFunctionData, w as encodeFunctionResult, x as getAbiItem } from './getAbiItem-6d4f64d2.js';
13
+ export { d as defineChain } from './chain-38182d92.js';
14
+ import './eip1193-fcdeee04.js';
17
15
  import '@wagmi/chains';
18
16
  import 'abitype';
19
17
  import 'ethers@6/types/providers';
@@ -35,6 +33,10 @@ declare class AbiDecodingDataSizeInvalidError extends BaseError {
35
33
  name: string;
36
34
  constructor(size: number);
37
35
  }
36
+ declare class AbiDecodingZeroDataError extends BaseError {
37
+ name: string;
38
+ constructor();
39
+ }
38
40
  declare class AbiEncodingArrayLengthMismatchError extends BaseError {
39
41
  name: string;
40
42
  constructor({ expectedLength, givenLength, type, }: {
@@ -68,6 +70,12 @@ declare class AbiErrorSignatureNotFoundError extends BaseError {
68
70
  docsPath: string;
69
71
  });
70
72
  }
73
+ declare class AbiEventSignatureNotFoundError extends BaseError {
74
+ name: string;
75
+ constructor(signature: Hex, { docsPath }: {
76
+ docsPath: string;
77
+ });
78
+ }
71
79
  declare class AbiEventNotFoundError extends BaseError {
72
80
  name: string;
73
81
  constructor(eventName: string, { docsPath }: {
@@ -128,6 +136,18 @@ declare class BlockNotFoundError extends BaseError {
128
136
  });
129
137
  }
130
138
 
139
+ declare class ChainDoesNotSupportContract extends BaseError {
140
+ name: string;
141
+ constructor({ blockNumber, chain, contract, }: {
142
+ blockNumber?: bigint;
143
+ chain: Chain;
144
+ contract: {
145
+ name: string;
146
+ blockCreated?: number;
147
+ };
148
+ });
149
+ }
150
+
131
151
  declare class SizeExceedsPaddingSizeError extends BaseError {
132
152
  name: string;
133
153
  constructor({ size, targetSize, type, }: {
@@ -307,33 +327,6 @@ declare class UnknownRpcError extends RequestError {
307
327
  constructor(err: Error);
308
328
  }
309
329
 
310
- declare class InvalidGasArgumentsError extends BaseError {
311
- name: string;
312
- constructor();
313
- }
314
- declare class TransactionNotFoundError extends BaseError {
315
- name: string;
316
- constructor({ blockHash, blockNumber, blockTag, hash, index, }: {
317
- blockHash?: Hash;
318
- blockNumber?: bigint;
319
- blockTag?: BlockTag;
320
- hash?: Hash;
321
- index?: number;
322
- });
323
- }
324
- declare class TransactionReceiptNotFoundError extends BaseError {
325
- name: string;
326
- constructor({ hash }: {
327
- hash: Hash;
328
- });
329
- }
330
- declare class WaitForTransactionReceiptTimeoutError extends BaseError {
331
- name: string;
332
- constructor({ hash }: {
333
- hash: Hash;
334
- });
335
- }
336
-
337
330
  declare class UrlRequiredError extends BaseError {
338
331
  constructor();
339
332
  }
@@ -467,4 +460,4 @@ declare const multicall3Abi: readonly [{
467
460
  readonly type: "function";
468
461
  }];
469
462
 
470
- export { AbiConstructorNotFoundError, AbiConstructorParamsNotFoundError, AbiDecodingDataSizeInvalidError, AbiEncodingArrayLengthMismatchError, AbiEncodingLengthMismatchError, AbiErrorInputsNotFoundError, AbiErrorNotFoundError, AbiErrorSignatureNotFoundError, AbiEventNotFoundError, AbiFunctionNotFoundError, AbiFunctionOutputsNotFoundError, AbiFunctionSignatureNotFoundError, BlockNotFoundError, CustomTransport, CustomTransportConfig, DataLengthTooLongError, DataLengthTooShortError, FallbackTransport, FallbackTransportConfig, FilterTypeNotSupportedError, HttpRequestError, HttpTransport, HttpTransportConfig, InternalRpcError, InvalidAbiDecodingTypeError, InvalidAbiEncodingTypeError, InvalidAddressError, InvalidArrayError, InvalidBytesBooleanError, InvalidDefinitionTypeError, InvalidGasArgumentsError, InvalidHexBooleanError, InvalidHexValueError, InvalidInputRpcError, InvalidParamsRpcError, InvalidRequestRpcError, JsonRpcVersionUnsupportedError, LimitExceededRpcError, MethodNotFoundRpcError, MethodNotSupportedRpcError, OffsetOutOfBoundsError, ParseRpcError, RequestError, ResourceNotFoundRpcError, ResourceUnavailableRpcError, RpcError, RpcRequestError, SizeExceedsPaddingSizeError, TimeoutError, TransactionNotFoundError, TransactionReceiptNotFoundError, TransactionRejectedRpcError, UnknownRpcError, UrlRequiredError, WaitForTransactionReceiptTimeoutError, WebSocketRequestError, WebSocketTransport, WebSocketTransportConfig, custom, fallback, http, multicall3Abi, webSocket };
463
+ export { AbiConstructorNotFoundError, AbiConstructorParamsNotFoundError, AbiDecodingDataSizeInvalidError, AbiDecodingZeroDataError, AbiEncodingArrayLengthMismatchError, AbiEncodingLengthMismatchError, AbiErrorInputsNotFoundError, AbiErrorNotFoundError, AbiErrorSignatureNotFoundError, AbiEventNotFoundError, AbiEventSignatureNotFoundError, AbiFunctionNotFoundError, AbiFunctionOutputsNotFoundError, AbiFunctionSignatureNotFoundError, BlockNotFoundError, ChainDoesNotSupportContract, CustomTransport, CustomTransportConfig, DataLengthTooLongError, DataLengthTooShortError, FallbackTransport, FallbackTransportConfig, FilterTypeNotSupportedError, HttpRequestError, HttpTransport, HttpTransportConfig, InternalRpcError, InvalidAbiDecodingTypeError, InvalidAbiEncodingTypeError, InvalidAddressError, InvalidArrayError, InvalidBytesBooleanError, InvalidDefinitionTypeError, InvalidHexBooleanError, InvalidHexValueError, InvalidInputRpcError, InvalidParamsRpcError, InvalidRequestRpcError, JsonRpcVersionUnsupportedError, LimitExceededRpcError, MethodNotFoundRpcError, MethodNotSupportedRpcError, OffsetOutOfBoundsError, ParseRpcError, RequestError, ResourceNotFoundRpcError, ResourceUnavailableRpcError, RpcError, RpcRequestError, SizeExceedsPaddingSizeError, TimeoutError, TransactionRejectedRpcError, UnknownRpcError, UrlRequiredError, WebSocketRequestError, WebSocketTransport, WebSocketTransportConfig, custom, fallback, http, multicall3Abi, webSocket };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkSEIPUKZEjs = require('./chunk-SEIPUKZE.js');
6
+ var _chunkNPFW67BVjs = require('./chunk-NPFW67BV.js');
7
7
 
8
8
 
9
9
 
@@ -37,7 +37,7 @@ var _chunkSEIPUKZEjs = require('./chunk-SEIPUKZE.js');
37
37
 
38
38
 
39
39
 
40
- var _chunk4VQKZYE2js = require('./chunk-4VQKZYE2.js');
40
+ var _chunkZX4U6QKQjs = require('./chunk-ZX4U6QKQ.js');
41
41
 
42
42
 
43
43
 
@@ -67,7 +67,7 @@ var _chunk4VQKZYE2js = require('./chunk-4VQKZYE2.js');
67
67
 
68
68
 
69
69
 
70
- var _chunkOJ7H3CQFjs = require('./chunk-OJ7H3CQF.js');
70
+ var _chunkBHMSFL4Wjs = require('./chunk-BHMSFL4W.js');
71
71
 
72
72
 
73
73
 
@@ -80,7 +80,7 @@ var _chunkOJ7H3CQFjs = require('./chunk-OJ7H3CQF.js');
80
80
 
81
81
 
82
82
 
83
- var _chunkCKYH337Ijs = require('./chunk-CKYH337I.js');
83
+ var _chunkVOK5ALITjs = require('./chunk-VOK5ALIT.js');
84
84
 
85
85
 
86
86
 
@@ -214,7 +214,25 @@ var _chunkCKYH337Ijs = require('./chunk-CKYH337I.js');
214
214
 
215
215
 
216
216
 
217
- var _chunkEYORBAD4js = require('./chunk-EYORBAD4.js');
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+ var _chunkEAD66IDCjs = require('./chunk-EAD66IDC.js');
218
236
 
219
237
  // src/clients/transports/createTransport.ts
220
238
  function createTransport({
@@ -228,7 +246,7 @@ function createTransport({
228
246
  }, value) {
229
247
  return {
230
248
  config: { key, name, request, retryCount, retryDelay, timeout, type },
231
- request: _chunkEYORBAD4js.buildRequest.call(void 0, request, { retryCount, retryDelay }),
249
+ request: _chunkEAD66IDCjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
232
250
  value
233
251
  };
234
252
  }
@@ -262,7 +280,7 @@ function fallback(transports, config = {}) {
262
280
  params
263
281
  });
264
282
  } catch (err) {
265
- if (_chunkEYORBAD4js.isDeterministicError.call(void 0, err))
283
+ if (_chunkEAD66IDCjs.isDeterministicError.call(void 0, err))
266
284
  throw err;
267
285
  if (i === transports.length - 1)
268
286
  throw err;
@@ -295,13 +313,13 @@ function http(url, config = {}) {
295
313
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
296
314
  const url_ = url || _optionalChain([chain, 'optionalAccess', _ => _.rpcUrls, 'access', _2 => _2.default, 'access', _3 => _3.http, 'access', _4 => _4[0]]);
297
315
  if (!url_)
298
- throw new (0, _chunkEYORBAD4js.UrlRequiredError)();
316
+ throw new (0, _chunkEAD66IDCjs.UrlRequiredError)();
299
317
  return createTransport(
300
318
  {
301
319
  key,
302
320
  name,
303
321
  async request({ method, params }) {
304
- const { result } = await _chunkEYORBAD4js.rpc.http(url_, {
322
+ const { result } = await _chunkEAD66IDCjs.rpc.http(url_, {
305
323
  body: {
306
324
  method,
307
325
  params
@@ -334,14 +352,14 @@ function webSocket(url, config = {}) {
334
352
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
335
353
  const url_ = url || _optionalChain([chain, 'optionalAccess', _5 => _5.rpcUrls, 'access', _6 => _6.default, 'access', _7 => _7.webSocket, 'optionalAccess', _8 => _8[0]]);
336
354
  if (!url_)
337
- throw new (0, _chunkEYORBAD4js.UrlRequiredError)();
355
+ throw new (0, _chunkEAD66IDCjs.UrlRequiredError)();
338
356
  return createTransport(
339
357
  {
340
358
  key,
341
359
  name,
342
360
  async request({ method, params }) {
343
- const socket = await _chunkEYORBAD4js.getSocket.call(void 0, url_);
344
- const { result } = await _chunkEYORBAD4js.rpc.webSocketAsync(socket, {
361
+ const socket = await _chunkEAD66IDCjs.getSocket.call(void 0, url_);
362
+ const { result } = await _chunkEAD66IDCjs.rpc.webSocketAsync(socket, {
345
363
  body: { method, params },
346
364
  timeout
347
365
  });
@@ -354,12 +372,12 @@ function webSocket(url, config = {}) {
354
372
  },
355
373
  {
356
374
  getSocket() {
357
- return _chunkEYORBAD4js.getSocket.call(void 0, url_);
375
+ return _chunkEAD66IDCjs.getSocket.call(void 0, url_);
358
376
  },
359
377
  async subscribe({ params, onData, onError }) {
360
- const socket = await _chunkEYORBAD4js.getSocket.call(void 0, url_);
378
+ const socket = await _chunkEAD66IDCjs.getSocket.call(void 0, url_);
361
379
  const { result: subscriptionId } = await new Promise(
362
- (resolve, reject) => _chunkEYORBAD4js.rpc.webSocket(socket, {
380
+ (resolve, reject) => _chunkEAD66IDCjs.rpc.webSocket(socket, {
363
381
  body: {
364
382
  method: "eth_subscribe",
365
383
  params
@@ -381,7 +399,7 @@ function webSocket(url, config = {}) {
381
399
  subscriptionId,
382
400
  async unsubscribe() {
383
401
  return new Promise(
384
- (resolve, reject) => _chunkEYORBAD4js.rpc.webSocket(socket, {
402
+ (resolve, reject) => _chunkEAD66IDCjs.rpc.webSocket(socket, {
385
403
  body: {
386
404
  method: "eth_unsubscribe",
387
405
  params: [subscriptionId]
@@ -437,87 +455,87 @@ function createClient({
437
455
 
438
456
  // src/clients/decorators/public.ts
439
457
  var publicActions = (client) => ({
440
- call: (args) => _chunk4VQKZYE2js.call.call(void 0, client, args),
441
- createBlockFilter: () => _chunk4VQKZYE2js.createBlockFilter.call(void 0, client),
442
- createContractEventFilter: (args) => _chunk4VQKZYE2js.createContractEventFilter.call(void 0, client, args),
443
- createEventFilter: (args) => _chunk4VQKZYE2js.createEventFilter.call(void 0, client, args),
444
- createPendingTransactionFilter: () => _chunk4VQKZYE2js.createPendingTransactionFilter.call(void 0, client),
445
- estimateContractGas: (args) => _chunk4VQKZYE2js.estimateContractGas.call(void 0, client, args),
446
- estimateGas: (args) => _chunk4VQKZYE2js.estimateGas.call(void 0, client, args),
447
- getBalance: (args) => _chunk4VQKZYE2js.getBalance.call(void 0, client, args),
448
- getBlock: (args) => _chunk4VQKZYE2js.getBlock.call(void 0, client, args),
449
- getBlockNumber: (args) => _chunk4VQKZYE2js.getBlockNumber.call(void 0, client, args),
450
- getBlockTransactionCount: (args) => _chunk4VQKZYE2js.getBlockTransactionCount.call(void 0, client, args),
451
- getBytecode: (args) => _chunk4VQKZYE2js.getBytecode.call(void 0, client, args),
452
- getChainId: () => _chunk4VQKZYE2js.getChainId.call(void 0, client),
453
- getEnsAddress: (args) => _chunkSEIPUKZEjs.getEnsAddress.call(void 0, client, args),
454
- getEnsName: (args) => _chunkSEIPUKZEjs.getEnsName.call(void 0, client, args),
455
- getFeeHistory: (args) => _chunk4VQKZYE2js.getFeeHistory.call(void 0, client, args),
456
- getFilterChanges: (args) => _chunk4VQKZYE2js.getFilterChanges.call(void 0, client, args),
457
- getFilterLogs: (args) => _chunk4VQKZYE2js.getFilterLogs.call(void 0, client, args),
458
- getGasPrice: () => _chunk4VQKZYE2js.getGasPrice.call(void 0, client),
459
- getLogs: (args) => _chunk4VQKZYE2js.getLogs.call(void 0, client, args),
460
- getStorageAt: (args) => _chunk4VQKZYE2js.getStorageAt.call(void 0, client, args),
461
- getTransaction: (args) => _chunk4VQKZYE2js.getTransaction.call(void 0, client, args),
462
- getTransactionConfirmations: (args) => _chunk4VQKZYE2js.getTransactionConfirmations.call(void 0, client, args),
463
- getTransactionReceipt: (args) => _chunk4VQKZYE2js.getTransactionReceipt.call(void 0, client, args),
464
- multicall: (args) => _chunk4VQKZYE2js.multicall.call(void 0, client, args),
465
- readContract: (args) => _chunk4VQKZYE2js.readContract.call(void 0, client, args),
466
- simulateContract: (args) => _chunk4VQKZYE2js.simulateContract.call(void 0, client, args),
467
- uninstallFilter: (args) => _chunk4VQKZYE2js.uninstallFilter.call(void 0, client, args),
468
- waitForTransactionReceipt: (args) => _chunk4VQKZYE2js.waitForTransactionReceipt.call(void 0, client, args),
469
- watchBlocks: (args) => _chunk4VQKZYE2js.watchBlocks.call(void 0, client, args),
470
- watchBlockNumber: (args) => _chunk4VQKZYE2js.watchBlockNumber.call(void 0, client, args),
471
- watchContractEvent: (args) => _chunk4VQKZYE2js.watchContractEvent.call(void 0, client, args),
472
- watchEvent: (args) => _chunk4VQKZYE2js.watchEvent.call(void 0, client, args),
473
- watchPendingTransactions: (args) => _chunk4VQKZYE2js.watchPendingTransactions.call(void 0, client, args)
458
+ call: (args) => _chunkZX4U6QKQjs.call.call(void 0, client, args),
459
+ createBlockFilter: () => _chunkZX4U6QKQjs.createBlockFilter.call(void 0, client),
460
+ createContractEventFilter: (args) => _chunkZX4U6QKQjs.createContractEventFilter.call(void 0, client, args),
461
+ createEventFilter: (args) => _chunkZX4U6QKQjs.createEventFilter.call(void 0, client, args),
462
+ createPendingTransactionFilter: () => _chunkZX4U6QKQjs.createPendingTransactionFilter.call(void 0, client),
463
+ estimateContractGas: (args) => _chunkZX4U6QKQjs.estimateContractGas.call(void 0, client, args),
464
+ estimateGas: (args) => _chunkZX4U6QKQjs.estimateGas.call(void 0, client, args),
465
+ getBalance: (args) => _chunkZX4U6QKQjs.getBalance.call(void 0, client, args),
466
+ getBlock: (args) => _chunkZX4U6QKQjs.getBlock.call(void 0, client, args),
467
+ getBlockNumber: (args) => _chunkZX4U6QKQjs.getBlockNumber.call(void 0, client, args),
468
+ getBlockTransactionCount: (args) => _chunkZX4U6QKQjs.getBlockTransactionCount.call(void 0, client, args),
469
+ getBytecode: (args) => _chunkZX4U6QKQjs.getBytecode.call(void 0, client, args),
470
+ getChainId: () => _chunkZX4U6QKQjs.getChainId.call(void 0, client),
471
+ getEnsAddress: (args) => _chunkNPFW67BVjs.getEnsAddress.call(void 0, client, args),
472
+ getEnsName: (args) => _chunkNPFW67BVjs.getEnsName.call(void 0, client, args),
473
+ getFeeHistory: (args) => _chunkZX4U6QKQjs.getFeeHistory.call(void 0, client, args),
474
+ getFilterChanges: (args) => _chunkZX4U6QKQjs.getFilterChanges.call(void 0, client, args),
475
+ getFilterLogs: (args) => _chunkZX4U6QKQjs.getFilterLogs.call(void 0, client, args),
476
+ getGasPrice: () => _chunkZX4U6QKQjs.getGasPrice.call(void 0, client),
477
+ getLogs: (args) => _chunkZX4U6QKQjs.getLogs.call(void 0, client, args),
478
+ getStorageAt: (args) => _chunkZX4U6QKQjs.getStorageAt.call(void 0, client, args),
479
+ getTransaction: (args) => _chunkZX4U6QKQjs.getTransaction.call(void 0, client, args),
480
+ getTransactionConfirmations: (args) => _chunkZX4U6QKQjs.getTransactionConfirmations.call(void 0, client, args),
481
+ getTransactionReceipt: (args) => _chunkZX4U6QKQjs.getTransactionReceipt.call(void 0, client, args),
482
+ multicall: (args) => _chunkZX4U6QKQjs.multicall.call(void 0, client, args),
483
+ readContract: (args) => _chunkZX4U6QKQjs.readContract.call(void 0, client, args),
484
+ simulateContract: (args) => _chunkZX4U6QKQjs.simulateContract.call(void 0, client, args),
485
+ uninstallFilter: (args) => _chunkZX4U6QKQjs.uninstallFilter.call(void 0, client, args),
486
+ waitForTransactionReceipt: (args) => _chunkZX4U6QKQjs.waitForTransactionReceipt.call(void 0, client, args),
487
+ watchBlocks: (args) => _chunkZX4U6QKQjs.watchBlocks.call(void 0, client, args),
488
+ watchBlockNumber: (args) => _chunkZX4U6QKQjs.watchBlockNumber.call(void 0, client, args),
489
+ watchContractEvent: (args) => _chunkZX4U6QKQjs.watchContractEvent.call(void 0, client, args),
490
+ watchEvent: (args) => _chunkZX4U6QKQjs.watchEvent.call(void 0, client, args),
491
+ watchPendingTransactions: (args) => _chunkZX4U6QKQjs.watchPendingTransactions.call(void 0, client, args)
474
492
  });
475
493
 
476
494
  // src/clients/decorators/test.ts
477
495
  var testActions = (client) => ({
478
- dropTransaction: (args) => _chunkOJ7H3CQFjs.dropTransaction.call(void 0, client, args),
479
- getAutomine: () => _chunkOJ7H3CQFjs.getAutomine.call(void 0, client),
480
- getTxPoolContent: () => _chunkOJ7H3CQFjs.getTxpoolContent.call(void 0, client),
481
- getTxPoolStatus: () => _chunkOJ7H3CQFjs.getTxpoolStatus.call(void 0, client),
482
- impersonateAccount: (args) => _chunkOJ7H3CQFjs.impersonateAccount.call(void 0, client, args),
483
- increaseTime: (args) => _chunkOJ7H3CQFjs.increaseTime.call(void 0, client, args),
484
- inspectTxpool: () => _chunkOJ7H3CQFjs.inspectTxpool.call(void 0, client),
485
- mine: (args) => _chunkOJ7H3CQFjs.mine.call(void 0, client, args),
486
- removeBlockTimestampInterval: () => _chunkOJ7H3CQFjs.removeBlockTimestampInterval.call(void 0, client),
487
- reset: (args) => _chunkOJ7H3CQFjs.reset.call(void 0, client, args),
488
- revert: (args) => _chunkOJ7H3CQFjs.revert.call(void 0, client, args),
489
- sendUnsignedTransaction: (args) => _chunkOJ7H3CQFjs.sendUnsignedTransaction.call(void 0, client, args),
490
- setAutomine: (args) => _chunkOJ7H3CQFjs.setAutomine.call(void 0, client, args),
491
- setBalance: (args) => _chunkOJ7H3CQFjs.setBalance.call(void 0, client, args),
492
- setBlockGasLimit: (args) => _chunkOJ7H3CQFjs.setBlockGasLimit.call(void 0, client, args),
493
- setBlockTimestampInterval: (args) => _chunkOJ7H3CQFjs.setBlockTimestampInterval.call(void 0, client, args),
494
- setCode: (args) => _chunkOJ7H3CQFjs.setCode.call(void 0, client, args),
495
- setCoinbase: (args) => _chunkOJ7H3CQFjs.setCoinbase.call(void 0, client, args),
496
- setIntervalMining: (args) => _chunkOJ7H3CQFjs.setIntervalMining.call(void 0, client, args),
497
- setLoggingEnabled: (args) => _chunkOJ7H3CQFjs.setLoggingEnabled.call(void 0, client, args),
498
- setMinGasPrice: (args) => _chunkOJ7H3CQFjs.setMinGasPrice.call(void 0, client, args),
499
- setNextBlockBaseFeePerGas: (args) => _chunkOJ7H3CQFjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
500
- setNextBlockTimestamp: (args) => _chunkOJ7H3CQFjs.setNextBlockTimestamp.call(void 0, client, args),
501
- setNonce: (args) => _chunkOJ7H3CQFjs.setNonce.call(void 0, client, args),
502
- setRpcUrl: (args) => _chunkOJ7H3CQFjs.setRpcUrl.call(void 0, client, args),
503
- setStorageAt: (args) => _chunkOJ7H3CQFjs.setStorageAt.call(void 0, client, args),
504
- snapshot: () => _chunkOJ7H3CQFjs.snapshot.call(void 0, client),
505
- stopImpersonatingAccount: (args) => _chunkOJ7H3CQFjs.stopImpersonatingAccount.call(void 0, client, args)
496
+ dropTransaction: (args) => _chunkBHMSFL4Wjs.dropTransaction.call(void 0, client, args),
497
+ getAutomine: () => _chunkBHMSFL4Wjs.getAutomine.call(void 0, client),
498
+ getTxPoolContent: () => _chunkBHMSFL4Wjs.getTxpoolContent.call(void 0, client),
499
+ getTxPoolStatus: () => _chunkBHMSFL4Wjs.getTxpoolStatus.call(void 0, client),
500
+ impersonateAccount: (args) => _chunkBHMSFL4Wjs.impersonateAccount.call(void 0, client, args),
501
+ increaseTime: (args) => _chunkBHMSFL4Wjs.increaseTime.call(void 0, client, args),
502
+ inspectTxpool: () => _chunkBHMSFL4Wjs.inspectTxpool.call(void 0, client),
503
+ mine: (args) => _chunkBHMSFL4Wjs.mine.call(void 0, client, args),
504
+ removeBlockTimestampInterval: () => _chunkBHMSFL4Wjs.removeBlockTimestampInterval.call(void 0, client),
505
+ reset: (args) => _chunkBHMSFL4Wjs.reset.call(void 0, client, args),
506
+ revert: (args) => _chunkBHMSFL4Wjs.revert.call(void 0, client, args),
507
+ sendUnsignedTransaction: (args) => _chunkBHMSFL4Wjs.sendUnsignedTransaction.call(void 0, client, args),
508
+ setAutomine: (args) => _chunkBHMSFL4Wjs.setAutomine.call(void 0, client, args),
509
+ setBalance: (args) => _chunkBHMSFL4Wjs.setBalance.call(void 0, client, args),
510
+ setBlockGasLimit: (args) => _chunkBHMSFL4Wjs.setBlockGasLimit.call(void 0, client, args),
511
+ setBlockTimestampInterval: (args) => _chunkBHMSFL4Wjs.setBlockTimestampInterval.call(void 0, client, args),
512
+ setCode: (args) => _chunkBHMSFL4Wjs.setCode.call(void 0, client, args),
513
+ setCoinbase: (args) => _chunkBHMSFL4Wjs.setCoinbase.call(void 0, client, args),
514
+ setIntervalMining: (args) => _chunkBHMSFL4Wjs.setIntervalMining.call(void 0, client, args),
515
+ setLoggingEnabled: (args) => _chunkBHMSFL4Wjs.setLoggingEnabled.call(void 0, client, args),
516
+ setMinGasPrice: (args) => _chunkBHMSFL4Wjs.setMinGasPrice.call(void 0, client, args),
517
+ setNextBlockBaseFeePerGas: (args) => _chunkBHMSFL4Wjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
518
+ setNextBlockTimestamp: (args) => _chunkBHMSFL4Wjs.setNextBlockTimestamp.call(void 0, client, args),
519
+ setNonce: (args) => _chunkBHMSFL4Wjs.setNonce.call(void 0, client, args),
520
+ setRpcUrl: (args) => _chunkBHMSFL4Wjs.setRpcUrl.call(void 0, client, args),
521
+ setStorageAt: (args) => _chunkBHMSFL4Wjs.setStorageAt.call(void 0, client, args),
522
+ snapshot: () => _chunkBHMSFL4Wjs.snapshot.call(void 0, client),
523
+ stopImpersonatingAccount: (args) => _chunkBHMSFL4Wjs.stopImpersonatingAccount.call(void 0, client, args)
506
524
  });
507
525
 
508
526
  // src/clients/decorators/wallet.ts
509
527
  var walletActions = (client) => ({
510
- addChain: (args) => _chunkCKYH337Ijs.addChain.call(void 0, client, args),
511
- deployContract: (args) => _chunkCKYH337Ijs.deployContract.call(void 0, client, args),
512
- getAccounts: () => _chunkCKYH337Ijs.getAccounts.call(void 0, client),
513
- getPermissions: () => _chunkCKYH337Ijs.getPermissions.call(void 0, client),
514
- requestAccounts: () => _chunkCKYH337Ijs.requestAccounts.call(void 0, client),
515
- requestPermissions: (args) => _chunkCKYH337Ijs.requestPermissions.call(void 0, client, args),
516
- sendTransaction: (args) => _chunkCKYH337Ijs.sendTransaction.call(void 0, client, args),
517
- signMessage: (args) => _chunkCKYH337Ijs.signMessage.call(void 0, client, args),
518
- switchChain: (args) => _chunkCKYH337Ijs.switchChain.call(void 0, client, args),
519
- watchAsset: (args) => _chunkCKYH337Ijs.watchAsset.call(void 0, client, args),
520
- writeContract: (args) => _chunkCKYH337Ijs.writeContract.call(void 0, client, args)
528
+ addChain: (args) => _chunkVOK5ALITjs.addChain.call(void 0, client, args),
529
+ deployContract: (args) => _chunkVOK5ALITjs.deployContract.call(void 0, client, args),
530
+ getAccounts: () => _chunkVOK5ALITjs.getAccounts.call(void 0, client),
531
+ getPermissions: () => _chunkVOK5ALITjs.getPermissions.call(void 0, client),
532
+ requestAccounts: () => _chunkVOK5ALITjs.requestAccounts.call(void 0, client),
533
+ requestPermissions: (args) => _chunkVOK5ALITjs.requestPermissions.call(void 0, client, args),
534
+ sendTransaction: (args) => _chunkVOK5ALITjs.sendTransaction.call(void 0, client, args),
535
+ signMessage: (args) => _chunkVOK5ALITjs.signMessage.call(void 0, client, args),
536
+ switchChain: (args) => _chunkVOK5ALITjs.switchChain.call(void 0, client, args),
537
+ watchAsset: (args) => _chunkVOK5ALITjs.watchAsset.call(void 0, client, args),
538
+ writeContract: (args) => _chunkVOK5ALITjs.writeContract.call(void 0, client, args)
521
539
  });
522
540
 
523
541
  // src/clients/createPublicClient.ts
@@ -727,5 +745,23 @@ function createWalletClient({
727
745
 
728
746
 
729
747
 
730
- exports.AbiConstructorNotFoundError = _chunkEYORBAD4js.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkEYORBAD4js.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkEYORBAD4js.AbiDecodingDataSizeInvalidError; exports.AbiEncodingArrayLengthMismatchError = _chunkEYORBAD4js.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkEYORBAD4js.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkEYORBAD4js.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkEYORBAD4js.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkEYORBAD4js.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkEYORBAD4js.AbiEventNotFoundError; exports.AbiFunctionNotFoundError = _chunkEYORBAD4js.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkEYORBAD4js.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkEYORBAD4js.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkEYORBAD4js.BaseError; exports.BlockNotFoundError = _chunkEYORBAD4js.BlockNotFoundError; exports.ContractFunctionExecutionError = _chunkEYORBAD4js.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkEYORBAD4js.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkEYORBAD4js.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkEYORBAD4js.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkEYORBAD4js.DataLengthTooShortError; exports.FilterTypeNotSupportedError = _chunkEYORBAD4js.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkEYORBAD4js.HttpRequestError; exports.InternalRpcError = _chunkEYORBAD4js.InternalRpcError; exports.InvalidAbiDecodingTypeError = _chunkEYORBAD4js.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkEYORBAD4js.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkEYORBAD4js.InvalidAddressError; exports.InvalidArrayError = _chunkEYORBAD4js.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkEYORBAD4js.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkEYORBAD4js.InvalidDefinitionTypeError; exports.InvalidGasArgumentsError = _chunkEYORBAD4js.InvalidGasArgumentsError; exports.InvalidHexBooleanError = _chunkEYORBAD4js.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkEYORBAD4js.InvalidHexValueError; exports.InvalidInputRpcError = _chunkEYORBAD4js.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkEYORBAD4js.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkEYORBAD4js.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkEYORBAD4js.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkEYORBAD4js.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkEYORBAD4js.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkEYORBAD4js.MethodNotSupportedRpcError; exports.OffsetOutOfBoundsError = _chunkEYORBAD4js.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkEYORBAD4js.ParseRpcError; exports.RequestError = _chunkEYORBAD4js.RequestError; exports.ResourceNotFoundRpcError = _chunkEYORBAD4js.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkEYORBAD4js.ResourceUnavailableRpcError; exports.RpcError = _chunkEYORBAD4js.RpcError; exports.RpcRequestError = _chunkEYORBAD4js.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkEYORBAD4js.SizeExceedsPaddingSizeError; exports.TimeoutError = _chunkEYORBAD4js.TimeoutError; exports.TransactionNotFoundError = _chunkEYORBAD4js.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkEYORBAD4js.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkEYORBAD4js.TransactionRejectedRpcError; exports.UnknownRpcError = _chunkEYORBAD4js.UnknownRpcError; exports.UrlRequiredError = _chunkEYORBAD4js.UrlRequiredError; exports.WaitForTransactionReceiptTimeoutError = _chunkEYORBAD4js.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkEYORBAD4js.WebSocketRequestError; exports.boolToBytes = _chunkEYORBAD4js.boolToBytes; exports.boolToHex = _chunkEYORBAD4js.boolToHex; exports.bytesToBigint = _chunkEYORBAD4js.bytesToBigint; exports.bytesToBool = _chunkEYORBAD4js.bytesToBool; exports.bytesToHex = _chunkEYORBAD4js.bytesToHex; exports.bytesToNumber = _chunkEYORBAD4js.bytesToNumber; exports.bytesToString = _chunkEYORBAD4js.bytesToString; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbi = _chunkEYORBAD4js.decodeAbi; exports.decodeErrorResult = _chunkEYORBAD4js.decodeErrorResult; exports.decodeEventLog = _chunkEYORBAD4js.decodeEventLog; exports.decodeFunctionData = _chunkEYORBAD4js.decodeFunctionData; exports.decodeFunctionResult = _chunkEYORBAD4js.decodeFunctionResult; exports.defineBlock = _chunkEYORBAD4js.defineBlock; exports.defineChain = _chunkEYORBAD4js.defineChain; exports.defineTransaction = _chunkEYORBAD4js.defineTransaction; exports.defineTransactionReceipt = _chunkEYORBAD4js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkEYORBAD4js.defineTransactionRequest; exports.encodeAbi = _chunkEYORBAD4js.encodeAbi; exports.encodeDeployData = _chunkEYORBAD4js.encodeDeployData; exports.encodeErrorResult = _chunkEYORBAD4js.encodeErrorResult; exports.encodeEventTopics = _chunkEYORBAD4js.encodeEventTopics; exports.encodeFunctionData = _chunkEYORBAD4js.encodeFunctionData; exports.encodeFunctionResult = _chunkEYORBAD4js.encodeFunctionResult; exports.etherUnits = _chunkEYORBAD4js.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkEYORBAD4js.formatBlock; exports.formatEther = _chunkEYORBAD4js.formatEther; exports.formatGwei = _chunkEYORBAD4js.formatGwei; exports.formatTransaction = _chunkEYORBAD4js.formatTransaction; exports.formatTransactionRequest = _chunkEYORBAD4js.formatTransactionRequest; exports.formatUnit = _chunkEYORBAD4js.formatUnit; exports.fromBytes = _chunkEYORBAD4js.fromBytes; exports.fromHex = _chunkEYORBAD4js.fromHex; exports.fromRlp = _chunkEYORBAD4js.fromRlp; exports.getAbiItem = _chunkEYORBAD4js.getAbiItem; exports.getAddress = _chunkEYORBAD4js.getAddress; exports.getContractAddress = _chunkEYORBAD4js.getContractAddress; exports.getContractError = _chunkEYORBAD4js.getContractError; exports.getCreate2Address = _chunkEYORBAD4js.getCreate2Address; exports.getCreateAddress = _chunkEYORBAD4js.getCreateAddress; exports.getEventSignature = _chunkEYORBAD4js.getEventSignature; exports.getFunctionSignature = _chunkEYORBAD4js.getFunctionSignature; exports.gweiUnits = _chunkEYORBAD4js.gweiUnits; exports.hexToBigInt = _chunkEYORBAD4js.hexToBigInt; exports.hexToBool = _chunkEYORBAD4js.hexToBool; exports.hexToBytes = _chunkEYORBAD4js.hexToBytes; exports.hexToNumber = _chunkEYORBAD4js.hexToNumber; exports.hexToString = _chunkEYORBAD4js.hexToString; exports.http = http; exports.isAddress = _chunkEYORBAD4js.isAddress; exports.isAddressEqual = _chunkEYORBAD4js.isAddressEqual; exports.isBytes = _chunkEYORBAD4js.isBytes; exports.isHex = _chunkEYORBAD4js.isHex; exports.keccak256 = _chunkEYORBAD4js.keccak256; exports.labelhash = _chunkSEIPUKZEjs.labelhash; exports.multicall3Abi = _chunkEYORBAD4js.multicall3Abi; exports.namehash = _chunkSEIPUKZEjs.namehash; exports.numberToBytes = _chunkEYORBAD4js.numberToBytes; exports.numberToHex = _chunkEYORBAD4js.numberToHex; exports.pad = _chunkEYORBAD4js.pad; exports.padBytes = _chunkEYORBAD4js.padBytes; exports.padHex = _chunkEYORBAD4js.padHex; exports.parseEther = _chunkEYORBAD4js.parseEther; exports.parseGwei = _chunkEYORBAD4js.parseGwei; exports.parseUnit = _chunkEYORBAD4js.parseUnit; exports.size = _chunkEYORBAD4js.size; exports.slice = _chunkEYORBAD4js.slice; exports.sliceBytes = _chunkEYORBAD4js.sliceBytes; exports.sliceHex = _chunkEYORBAD4js.sliceHex; exports.stringToBytes = _chunkEYORBAD4js.stringToBytes; exports.stringToHex = _chunkEYORBAD4js.stringToHex; exports.stringify = _chunkEYORBAD4js.stringify; exports.toBytes = _chunkEYORBAD4js.toBytes; exports.toHex = _chunkEYORBAD4js.toHex; exports.toRlp = _chunkEYORBAD4js.toRlp; exports.transactionType = _chunkEYORBAD4js.transactionType; exports.trim = _chunkEYORBAD4js.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkEYORBAD4js.weiUnits;
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+ exports.AbiConstructorNotFoundError = _chunkEAD66IDCjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkEAD66IDCjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkEAD66IDCjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkEAD66IDCjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkEAD66IDCjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkEAD66IDCjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkEAD66IDCjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkEAD66IDCjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkEAD66IDCjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkEAD66IDCjs.AbiEventNotFoundError; exports.AbiEventSignatureNotFoundError = _chunkEAD66IDCjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkEAD66IDCjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkEAD66IDCjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkEAD66IDCjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkEAD66IDCjs.BaseError; exports.BlockNotFoundError = _chunkEAD66IDCjs.BlockNotFoundError; exports.CallExecutionError = _chunkEAD66IDCjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkEAD66IDCjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkEAD66IDCjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkEAD66IDCjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkEAD66IDCjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkEAD66IDCjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkEAD66IDCjs.DataLengthTooShortError; exports.EstimateGasExecutionError = _chunkEAD66IDCjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkEAD66IDCjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkEAD66IDCjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkEAD66IDCjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkEAD66IDCjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkEAD66IDCjs.HttpRequestError; exports.InsufficientFundsError = _chunkEAD66IDCjs.InsufficientFundsError; exports.InternalRpcError = _chunkEAD66IDCjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkEAD66IDCjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkEAD66IDCjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkEAD66IDCjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkEAD66IDCjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkEAD66IDCjs.InvalidAddressError; exports.InvalidArrayError = _chunkEAD66IDCjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkEAD66IDCjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkEAD66IDCjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkEAD66IDCjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkEAD66IDCjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkEAD66IDCjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkEAD66IDCjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkEAD66IDCjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkEAD66IDCjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkEAD66IDCjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkEAD66IDCjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkEAD66IDCjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkEAD66IDCjs.NonceMaxValueError; exports.NonceTooHighError = _chunkEAD66IDCjs.NonceTooHighError; exports.NonceTooLowError = _chunkEAD66IDCjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkEAD66IDCjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkEAD66IDCjs.ParseRpcError; exports.RawContractError = _chunkEAD66IDCjs.RawContractError; exports.RequestError = _chunkEAD66IDCjs.RequestError; exports.ResourceNotFoundRpcError = _chunkEAD66IDCjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkEAD66IDCjs.ResourceUnavailableRpcError; exports.RpcError = _chunkEAD66IDCjs.RpcError; exports.RpcRequestError = _chunkEAD66IDCjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkEAD66IDCjs.SizeExceedsPaddingSizeError; exports.TimeoutError = _chunkEAD66IDCjs.TimeoutError; exports.TipAboveFeeCapError = _chunkEAD66IDCjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkEAD66IDCjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkEAD66IDCjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkEAD66IDCjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkEAD66IDCjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkEAD66IDCjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkEAD66IDCjs.UnknownNodeError; exports.UnknownRpcError = _chunkEAD66IDCjs.UnknownRpcError; exports.UrlRequiredError = _chunkEAD66IDCjs.UrlRequiredError; exports.WaitForTransactionReceiptTimeoutError = _chunkEAD66IDCjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkEAD66IDCjs.WebSocketRequestError; exports.boolToBytes = _chunkEAD66IDCjs.boolToBytes; exports.boolToHex = _chunkEAD66IDCjs.boolToHex; exports.bytesToBigint = _chunkEAD66IDCjs.bytesToBigint; exports.bytesToBool = _chunkEAD66IDCjs.bytesToBool; exports.bytesToHex = _chunkEAD66IDCjs.bytesToHex; exports.bytesToNumber = _chunkEAD66IDCjs.bytesToNumber; exports.bytesToString = _chunkEAD66IDCjs.bytesToString; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbi = _chunkEAD66IDCjs.decodeAbi; exports.decodeErrorResult = _chunkEAD66IDCjs.decodeErrorResult; exports.decodeEventLog = _chunkEAD66IDCjs.decodeEventLog; exports.decodeFunctionData = _chunkEAD66IDCjs.decodeFunctionData; exports.decodeFunctionResult = _chunkEAD66IDCjs.decodeFunctionResult; exports.defineBlock = _chunkEAD66IDCjs.defineBlock; exports.defineChain = _chunkEAD66IDCjs.defineChain; exports.defineTransaction = _chunkEAD66IDCjs.defineTransaction; exports.defineTransactionReceipt = _chunkEAD66IDCjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkEAD66IDCjs.defineTransactionRequest; exports.encodeAbi = _chunkEAD66IDCjs.encodeAbi; exports.encodeDeployData = _chunkEAD66IDCjs.encodeDeployData; exports.encodeErrorResult = _chunkEAD66IDCjs.encodeErrorResult; exports.encodeEventTopics = _chunkEAD66IDCjs.encodeEventTopics; exports.encodeFunctionData = _chunkEAD66IDCjs.encodeFunctionData; exports.encodeFunctionResult = _chunkEAD66IDCjs.encodeFunctionResult; exports.etherUnits = _chunkEAD66IDCjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkEAD66IDCjs.formatBlock; exports.formatEther = _chunkEAD66IDCjs.formatEther; exports.formatGwei = _chunkEAD66IDCjs.formatGwei; exports.formatTransaction = _chunkEAD66IDCjs.formatTransaction; exports.formatTransactionRequest = _chunkEAD66IDCjs.formatTransactionRequest; exports.formatUnit = _chunkEAD66IDCjs.formatUnit; exports.fromBytes = _chunkEAD66IDCjs.fromBytes; exports.fromHex = _chunkEAD66IDCjs.fromHex; exports.fromRlp = _chunkEAD66IDCjs.fromRlp; exports.getAbiItem = _chunkEAD66IDCjs.getAbiItem; exports.getAddress = _chunkEAD66IDCjs.getAddress; exports.getContractAddress = _chunkEAD66IDCjs.getContractAddress; exports.getContractError = _chunkEAD66IDCjs.getContractError; exports.getCreate2Address = _chunkEAD66IDCjs.getCreate2Address; exports.getCreateAddress = _chunkEAD66IDCjs.getCreateAddress; exports.getEventSignature = _chunkEAD66IDCjs.getEventSignature; exports.getFunctionSignature = _chunkEAD66IDCjs.getFunctionSignature; exports.gweiUnits = _chunkEAD66IDCjs.gweiUnits; exports.hexToBigInt = _chunkEAD66IDCjs.hexToBigInt; exports.hexToBool = _chunkEAD66IDCjs.hexToBool; exports.hexToBytes = _chunkEAD66IDCjs.hexToBytes; exports.hexToNumber = _chunkEAD66IDCjs.hexToNumber; exports.hexToString = _chunkEAD66IDCjs.hexToString; exports.http = http; exports.isAddress = _chunkEAD66IDCjs.isAddress; exports.isAddressEqual = _chunkEAD66IDCjs.isAddressEqual; exports.isBytes = _chunkEAD66IDCjs.isBytes; exports.isHex = _chunkEAD66IDCjs.isHex; exports.keccak256 = _chunkEAD66IDCjs.keccak256; exports.labelhash = _chunkNPFW67BVjs.labelhash; exports.multicall3Abi = _chunkEAD66IDCjs.multicall3Abi; exports.namehash = _chunkNPFW67BVjs.namehash; exports.numberToBytes = _chunkEAD66IDCjs.numberToBytes; exports.numberToHex = _chunkEAD66IDCjs.numberToHex; exports.pad = _chunkEAD66IDCjs.pad; exports.padBytes = _chunkEAD66IDCjs.padBytes; exports.padHex = _chunkEAD66IDCjs.padHex; exports.parseEther = _chunkEAD66IDCjs.parseEther; exports.parseGwei = _chunkEAD66IDCjs.parseGwei; exports.parseUnit = _chunkEAD66IDCjs.parseUnit; exports.size = _chunkEAD66IDCjs.size; exports.slice = _chunkEAD66IDCjs.slice; exports.sliceBytes = _chunkEAD66IDCjs.sliceBytes; exports.sliceHex = _chunkEAD66IDCjs.sliceHex; exports.stringToBytes = _chunkEAD66IDCjs.stringToBytes; exports.stringToHex = _chunkEAD66IDCjs.stringToHex; exports.stringify = _chunkEAD66IDCjs.stringify; exports.toBytes = _chunkEAD66IDCjs.toBytes; exports.toHex = _chunkEAD66IDCjs.toHex; exports.toRlp = _chunkEAD66IDCjs.toRlp; exports.transactionType = _chunkEAD66IDCjs.transactionType; exports.trim = _chunkEAD66IDCjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkEAD66IDCjs.weiUnits;
731
767
  //# sourceMappingURL=index.js.map