viem 0.0.1-alpha.13 → 0.0.1-alpha.15

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 (50) hide show
  1. package/dist/chains.js +5 -5
  2. package/dist/chains.mjs +1 -1
  3. package/dist/{chunk-4XV4JRFM.mjs → chunk-2HENAFQN.mjs} +16 -6
  4. package/dist/{chunk-O3XABJRL.js → chunk-EMQSYKNY.js} +11 -11
  5. package/dist/{chunk-OHOJCVQD.js → chunk-HTYEJEWI.js} +156 -529
  6. package/dist/chunk-IMYI7Z6M.js +255 -0
  7. package/dist/chunk-KGXH5DYI.js +152 -0
  8. package/dist/chunk-NYXBQHNJ.mjs +255 -0
  9. package/dist/chunk-PHAG5KUF.mjs +152 -0
  10. package/dist/{chunk-NJ5NFIT4.mjs → chunk-PPDHFNFM.mjs} +107 -480
  11. package/dist/{chunk-AGF7GU6G.js → chunk-QMLDI5JU.js} +16 -6
  12. package/dist/{chunk-KZVBHS2T.mjs → chunk-SX7GPOCZ.mjs} +1 -1
  13. package/dist/clients/index.d.ts +6 -3
  14. package/dist/clients/index.js +3 -3
  15. package/dist/clients/index.mjs +2 -2
  16. package/dist/createClient-cd948138.d.ts +62 -0
  17. package/dist/createPublicClient-989a0556.d.ts +19 -0
  18. package/dist/createTestClient-81507f58.d.ts +34 -0
  19. package/dist/createWalletClient-43f801b9.d.ts +30 -0
  20. package/dist/{eip1193-c001fcd5.d.ts → eip1193-4330b722.d.ts} +1 -1
  21. package/dist/index.d.ts +13 -6
  22. package/dist/index.js +10 -4
  23. package/dist/index.mjs +35 -29
  24. package/dist/{parseGwei-21f98a29.d.ts → parseGwei-f2d23de6.d.ts} +1 -1
  25. package/dist/public.d.ts +12 -0
  26. package/dist/public.js +58 -0
  27. package/dist/public.mjs +58 -0
  28. package/dist/sendTransaction-7a9d241a.d.ts +13 -0
  29. package/dist/stopImpersonatingAccount-8113150e.d.ts +156 -0
  30. package/dist/test.d.ts +7 -0
  31. package/dist/test.js +59 -0
  32. package/dist/test.mjs +59 -0
  33. package/dist/{transactionRequest-1d4e4385.d.ts → transactionReceipt-5d332aab.d.ts} +4 -32
  34. package/dist/transactionRequest-327eb7c2.d.ts +33 -0
  35. package/dist/utils/index.d.ts +4 -3
  36. package/dist/utils/index.js +2 -2
  37. package/dist/utils/index.mjs +1 -1
  38. package/dist/wallet.d.ts +9 -0
  39. package/dist/wallet.js +23 -0
  40. package/dist/wallet.mjs +23 -0
  41. package/dist/watchAsset-0088384c.d.ts +39 -0
  42. package/dist/{stopImpersonatingAccount-70c4a70c.d.ts → watchPendingTransactions-670a7ca3.d.ts} +19 -197
  43. package/dist/{webSocket-3385e295.d.ts → webSocket-9a3b0b26.d.ts} +1 -1
  44. package/dist/window.d.ts +1 -1
  45. package/package.json +16 -6
  46. package/actions/package.json +0 -4
  47. package/dist/actions/index.d.ts +0 -8
  48. package/dist/actions/index.js +0 -127
  49. package/dist/actions/index.mjs +0 -127
  50. package/dist/createWalletClient-3f9fa8b6.d.ts +0 -130
@@ -3,7 +3,7 @@ import {
3
3
  buildRequest,
4
4
  getSocket,
5
5
  rpc
6
- } from "./chunk-4XV4JRFM.mjs";
6
+ } from "./chunk-2HENAFQN.mjs";
7
7
 
8
8
  // src/clients/transports/createTransport.ts
9
9
  function createTransport(config, value) {
@@ -1,7 +1,10 @@
1
- export { C as Client, a as ClientConfig, P as PublicClient, b as PublicClientConfig, T as TestClient, c as TestClientConfig, d as Transport, e as TransportConfig, W as WalletClient, f as WalletClientConfig, g as createClient, h as createPublicClient, i as createTestClient, j as createTransport, k as createWalletClient } from '../createWalletClient-3f9fa8b6.js';
2
- export { C as CustomTransport, a as CustomTransportConfig, F as FallbackTransport, b as FallbackTransportConfig, H as HttpTransport, c as HttpTransportConfig, W as WebSocketTransport, d as WebSocketTransportConfig, e as custom, f as fallback, h as http, w as webSocket } from '../webSocket-3385e295.js';
1
+ export { C as Client, a as ClientConfig, T as Transport, b as TransportConfig, c as createClient, d as createTransport } from '../createClient-cd948138.js';
2
+ export { C as CustomTransport, a as CustomTransportConfig, F as FallbackTransport, b as FallbackTransportConfig, H as HttpTransport, c as HttpTransportConfig, W as WebSocketTransport, d as WebSocketTransportConfig, e as custom, f as fallback, h as http, w as webSocket } from '../webSocket-9a3b0b26.js';
3
+ export { P as PublicClient, a as PublicClientConfig, c as createPublicClient } from '../createPublicClient-989a0556.js';
4
+ export { T as TestClient, a as TestClientConfig, c as createTestClient } from '../createTestClient-81507f58.js';
5
+ export { W as WalletClient, a as WalletClientConfig, c as createWalletClient } from '../createWalletClient-43f801b9.js';
3
6
  import '../chains.js';
4
7
  import '../rpc-b77c5aee.js';
5
8
  import '@wagmi/chains';
6
- import '../eip1193-c001fcd5.js';
9
+ import '../eip1193-4330b722.js';
7
10
  import '../rpc-26932bae.js';
@@ -8,8 +8,8 @@
8
8
 
9
9
 
10
10
 
11
- var _chunkO3XABJRLjs = require('../chunk-O3XABJRL.js');
12
- require('../chunk-AGF7GU6G.js');
11
+ var _chunkEMQSYKNYjs = require('../chunk-EMQSYKNY.js');
12
+ require('../chunk-QMLDI5JU.js');
13
13
 
14
14
 
15
15
 
@@ -20,4 +20,4 @@ require('../chunk-AGF7GU6G.js');
20
20
 
21
21
 
22
22
 
23
- exports.createClient = _chunkO3XABJRLjs.createClient; exports.createPublicClient = _chunkO3XABJRLjs.createPublicClient; exports.createTestClient = _chunkO3XABJRLjs.createTestClient; exports.createTransport = _chunkO3XABJRLjs.createTransport; exports.createWalletClient = _chunkO3XABJRLjs.createWalletClient; exports.custom = _chunkO3XABJRLjs.custom; exports.fallback = _chunkO3XABJRLjs.fallback; exports.http = _chunkO3XABJRLjs.http; exports.webSocket = _chunkO3XABJRLjs.webSocket;
23
+ exports.createClient = _chunkEMQSYKNYjs.createClient; exports.createPublicClient = _chunkEMQSYKNYjs.createPublicClient; exports.createTestClient = _chunkEMQSYKNYjs.createTestClient; exports.createTransport = _chunkEMQSYKNYjs.createTransport; exports.createWalletClient = _chunkEMQSYKNYjs.createWalletClient; exports.custom = _chunkEMQSYKNYjs.custom; exports.fallback = _chunkEMQSYKNYjs.fallback; exports.http = _chunkEMQSYKNYjs.http; exports.webSocket = _chunkEMQSYKNYjs.webSocket;
@@ -8,8 +8,8 @@ import {
8
8
  fallback,
9
9
  http,
10
10
  webSocket
11
- } from "../chunk-KZVBHS2T.mjs";
12
- import "../chunk-4XV4JRFM.mjs";
11
+ } from "../chunk-SX7GPOCZ.mjs";
12
+ import "../chunk-2HENAFQN.mjs";
13
13
  export {
14
14
  createClient,
15
15
  createPublicClient,
@@ -0,0 +1,62 @@
1
+ import { Chain } from './chains.js';
2
+ import { R as Requests } from './eip1193-4330b722.js';
3
+
4
+ type BaseRpcRequests = {
5
+ request(...args: any): Promise<any>;
6
+ };
7
+ type TransportConfig<TType extends string = string, TRequests extends BaseRpcRequests['request'] = Requests['request']> = {
8
+ /** The name of the transport. */
9
+ name: string;
10
+ /** The key of the transport. */
11
+ key: string;
12
+ /** The JSON-RPC request function that matches the EIP-1193 request spec. */
13
+ request: TRequests;
14
+ /** The type of the transport. */
15
+ type: TType;
16
+ };
17
+ type Transport<TType extends string = string, TRpcAttributes = Record<string, any>> = <TChain extends Chain = Chain>({ chain, }: {
18
+ chain?: TChain;
19
+ }) => {
20
+ config: TransportConfig<TType>;
21
+ value?: TRpcAttributes;
22
+ };
23
+ /**
24
+ * @description Creates an transport intended to be used with a client.
25
+ */
26
+ declare function createTransport<TType extends string = string, TRpcAttributes = any>(config: TransportConfig<TType>, value?: TRpcAttributes): ReturnType<Transport<TType, TRpcAttributes>>;
27
+
28
+ type Client<TTransport extends Transport = Transport, TChain extends Chain = Chain, TRequests extends BaseRpcRequests = Requests> = {
29
+ /** Chain for the client. */
30
+ chain?: TChain;
31
+ /** A key for the client. */
32
+ key: string;
33
+ /** A name for the client. */
34
+ name: string;
35
+ /** Frequency (in ms) for polling enabled actions & events. Defaults to 4_000 milliseconds. */
36
+ pollingInterval: number;
37
+ /** Request function wrapped with friendly error handling */
38
+ request: TRequests['request'];
39
+ /** The RPC transport (http, webSocket, custom, etc) */
40
+ transport: ReturnType<TTransport>['config'] & ReturnType<TTransport>['value'];
41
+ /** The type of client. */
42
+ type: string;
43
+ /** A unique ID for the client. */
44
+ uid: string;
45
+ };
46
+ type ClientConfig<TTransport extends Transport = Transport, TChain extends Chain = Chain, TRequests extends BaseRpcRequests = Requests> = Partial<Pick<Client<TTransport, TChain, TRequests>, 'chain' | 'key' | 'name' | 'pollingInterval' | 'type'>> & {
47
+ transport: TTransport;
48
+ };
49
+ /**
50
+ * @description Creates a base RPC client with the given transport.
51
+ *
52
+ * - Intended to be used as a base for other RPC clients.
53
+ * - Has access to _all_ EIP-1474 RPC methods.
54
+ *
55
+ * @example
56
+ * import { mainnet } from 'viem/chains'
57
+ * import { createClient, http } from 'viem/clients'
58
+ * const client = createClient(http({ chain: mainnet }))
59
+ */
60
+ declare function createClient<TTransport extends Transport, TChain extends Chain, TRequests extends BaseRpcRequests>({ chain, key, name, pollingInterval, transport, type, }: ClientConfig<TTransport, TChain, TRequests>): Client<TTransport, TChain, TRequests>;
61
+
62
+ export { BaseRpcRequests as B, Client as C, Transport as T, ClientConfig as a, TransportConfig as b, createClient as c, createTransport as d };
@@ -0,0 +1,19 @@
1
+ import { Chain } from './chains.js';
2
+ import { P as PublicRequests } from './eip1193-4330b722.js';
3
+ import { T as Transport, a as ClientConfig, C as Client } from './createClient-cd948138.js';
4
+
5
+ type PublicClientConfig<TTransport extends Transport = Transport, TChain extends Chain = Chain> = Pick<ClientConfig<TTransport, TChain>, 'chain' | 'key' | 'name' | 'pollingInterval' | 'transport'>;
6
+ type PublicClient<TTransport extends Transport = Transport, TChain extends Chain = Chain> = Client<TTransport, TChain, PublicRequests>;
7
+ /**
8
+ * @description Creates a public client with a given transport.
9
+ *
10
+ * - Only has access to "public" EIP-1474 RPC methods (ie. `eth_blockNumber`, etc).
11
+ *
12
+ * @example
13
+ * import { mainnet } from 'viem/chains'
14
+ * import { createPublicClient, http } from 'viem/clients'
15
+ * const client = createPublicClient(http({ chain: mainnet }))
16
+ */
17
+ declare function createPublicClient<TTransport extends Transport, TChain extends Chain>({ chain, key, name, transport, pollingInterval, }: PublicClientConfig<TTransport, TChain>): PublicClient<TTransport, TChain>;
18
+
19
+ export { PublicClient as P, PublicClientConfig as a, createPublicClient as c };
@@ -0,0 +1,34 @@
1
+ import { T as TestRequests } from './eip1193-4330b722.js';
2
+ import { T as Transport, a as ClientConfig, C as Client } from './createClient-cd948138.js';
3
+ import { Chain } from './chains.js';
4
+
5
+ type TestClientModes = 'anvil' | 'hardhat';
6
+ type TestClientConfig<TTransport extends Transport = Transport, TChain extends Chain = Chain, TMode extends TestClientModes = TestClientModes> = {
7
+ chain?: ClientConfig<TTransport, TChain>['chain'];
8
+ /** The key of the client. */
9
+ key?: ClientConfig['key'];
10
+ /** Mode of the test client. Available: "anvil" | "hardhat" */
11
+ mode: TMode;
12
+ /** The name of the client. */
13
+ name?: ClientConfig['name'];
14
+ /** Frequency (in ms) for polling enabled actions & events. Defaults to 4_000 milliseconds. */
15
+ pollingInterval?: ClientConfig['pollingInterval'];
16
+ transport: ClientConfig<TTransport, TChain>['transport'];
17
+ };
18
+ type TestClient<TTransport extends Transport = Transport, TChain extends Chain = Chain, TMode extends TestClientModes = TestClientModes> = Client<TTransport, TChain, TestRequests<TMode>> & {
19
+ mode: TMode;
20
+ };
21
+ /**
22
+ * @description Creates a test client with a given transport.
23
+ *
24
+ * - Only has access to "test" RPC methods (ie. `anvil_setBalance`,
25
+ * `evm_mine`, etc).
26
+ *
27
+ * @example
28
+ * import { createTestClient, http } from 'viem'
29
+ * import { local } from 'viem/chains'
30
+ * const client = createTestClient({ chain: local, mode: 'anvil', transport: http() })
31
+ */
32
+ declare function createTestClient<TTransport extends Transport, TChain extends Chain, TMode extends TestClientModes>({ chain, key, name, mode, pollingInterval, transport, }: TestClientConfig<TTransport, TChain, TMode>): TestClient<TTransport, TChain, TMode>;
33
+
34
+ export { TestClient as T, TestClientConfig as a, createTestClient as c };
@@ -0,0 +1,30 @@
1
+ import { S as SignableRequests, W as WalletRequests } from './eip1193-4330b722.js';
2
+ import { T as Transport, a as ClientConfig, C as Client } from './createClient-cd948138.js';
3
+ import { Chain } from './chains.js';
4
+
5
+ type WalletClientConfig<TTransport extends Transport = Transport, TChain extends Chain = Chain> = {
6
+ chain?: ClientConfig<TTransport, TChain>['chain'];
7
+ /** The key of the Wallet Client. */
8
+ key?: ClientConfig['key'];
9
+ /** The name of the Wallet Client. */
10
+ name?: ClientConfig['name'];
11
+ /** Frequency (in ms) for polling enabled actions & events. Defaults to 4_000 milliseconds. */
12
+ pollingInterval?: ClientConfig['pollingInterval'];
13
+ transport: ClientConfig<TTransport, TChain>['transport'];
14
+ };
15
+ type WalletClient<TTransport extends Transport = Transport, TChain extends Chain = Chain> = Client<TTransport, TChain, SignableRequests & WalletRequests>;
16
+ /**
17
+ * @description Creates a wallet client with a given transport.
18
+ *
19
+ * - Only has access to "wallet" & "signable" EIP-1474 RPC methods
20
+ * (ie. `eth_sendTransaction`, `eth_requestAccounts`, etc).
21
+ *
22
+ * @example
23
+ * import { createWalletClient, custom } from 'viem'
24
+ * const client = createWalletClient(
25
+ * custom(window.ethereum)
26
+ * )
27
+ */
28
+ declare function createWalletClient<TTransport extends Transport, TChain extends Chain>({ transport, key, name, pollingInterval, }: WalletClientConfig<TTransport, TChain>): WalletClient<TTransport, TChain>;
29
+
30
+ export { WalletClient as W, WalletClientConfig as a, createWalletClient as c };
@@ -984,4 +984,4 @@ type WalletRequests = {
984
984
  };
985
985
  type Requests = PublicRequests & SignableRequests & WalletRequests;
986
986
 
987
- export { Events as E, PublicRequests as P, Requests as R, SignableRequests as S, TestRequests as T, WalletPermission as W, WatchAssetParams as a, WalletRequests as b };
987
+ export { Events as E, PublicRequests as P, Requests as R, SignableRequests as S, TestRequests as T, WalletRequests as W, WalletPermission as a, WatchAssetParams as b };
package/dist/index.d.ts CHANGED
@@ -1,14 +1,21 @@
1
- export { C as CallArgs, a as CallContractArgs, b as CallContractResponse, c as CallResponse, d as CreateBlockFilterResponse, e as CreatePendingTransactionFilterResponse, D as DeployContractArgs, g as DeployContractResponse, h as DropTransactionArgs, E as EstimateGasArgs, f as EstimateGasResponse, G as GetBalanceArgs, i as GetBalanceResponse, j as GetBlockArgs, k as GetBlockNumberArgs, l as GetBlockNumberResponse, m as GetBlockResponse, n as GetBlockTransactionCountArgs, o as GetBlockTransactionCountResponse, p as GetFeeHistoryArgs, q as GetFeeHistoryResponse, r as GetFilterChangesArgs, s as GetFilterChangesResponse, t as GetFilterLogsArgs, u as GetFilterLogsResponse, v as GetGasPriceResponse, w as GetPermissionsResponse, x as GetTransactionArgs, y as GetTransactionConfirmationsArgs, z as GetTransactionConfirmationsResponse, A as GetTransactionCountArgs, B as GetTransactionCountResponse, H as GetTransactionReceiptArgs, I as GetTransactionReceiptResponse, F as GetTransactionResponse, J as ImpersonateAccountArgs, K as IncreaseTimeArgs, M as MineArgs, O as OnBlock, L as OnBlockNumber, N as OnBlockNumberResponse, P as OnBlockResponse, Q as OnTransactions, R as OnTransactionsResponse, T as RequestPermissionsResponse, S as ResetArgs, U as RevertArgs, V as SendTransactionArgs, W as SendTransactionResponse, X as SendUnsignedTransactionArgs, Y as SendUnsignedTransactionResponse, Z as SetBalanceArgs, _ as SetBlockGasLimitArgs, a3 as SetBlockTimestampIntervalArgs, $ as SetCodeArgs, a0 as SetCoinbaseArgs, a1 as SetIntervalMiningArgs, a2 as SetMinGasPriceArgs, a5 as SetNextBlockBaseFeePerGasArgs, a4 as SetNextBlockTimestampArgs, a6 as SetNonceArgs, a7 as SetStorageAtArgs, a8 as SignMessageArgs, a9 as SignMessageResponse, aa as StopImpersonatingAccountArgs, ab as SwitchChainArgs, ac as UninstallFilterArgs, ad as UninstallFilterResponse, ae as WaitForTransactionReceiptArgs, af as WaitForTransactionReceiptResponse, ag as WatchAssetArgs, ah as WatchAssetResponse, ai as WatchBlockNumberArgs, aj as WatchBlocksArgs, ak as WatchPendingTransactionsArgs, al as addChain, am as call, an as callContract, ao as createBlockFilter, ap as createPendingTransactionFilter, aq as deployContract, ar as dropTransaction, as as estimateGas, at as getAccounts, au as getAutomine, av as getBalance, aw as getBlock, ax as getBlockNumber, ay as getBlockTransactionCount, az as getChainId, aA as getFeeHistory, aB as getFilterChanges, aC as getFilterLogs, aD as getGasPrice, aE as getPermissions, aF as getTransaction, aG as getTransactionConfirmations, aH as getTransactionCount, aI as getTransactionReceipt, aJ as getTxpoolContent, aK as getTxpoolStatus, aL as impersonateAccount, aM as increaseTime, aN as inspectTxpool, aO as mine, aP as removeBlockTimestampInterval, aR as requestAccounts, aS as requestPermissions, aQ as reset, aT as revert, aU as sendTransaction, aV as sendUnsignedTransaction, aW as setAutomine, aX as setBalance, aY as setBlockGasLimit, aZ as setBlockTimestampInterval, a_ as setCode, a$ as setCoinbase, b0 as setIntervalMining, b1 as setLoggingEnabled, b2 as setMinGasPrice, b3 as setNextBlockBaseFeePerGas, b4 as setNextBlockTimestamp, b5 as setNonce, b6 as setStorageAt, b7 as signMessage, b8 as snapshot, b9 as stopImpersonatingAccount, ba as switchChain, bb as uninstallFilter, bc as waitForTransactionReceipt, bd as watchAsset, be as watchBlockNumber, bf as watchBlocks, bg as watchPendingTransactions } from './stopImpersonatingAccount-70c4a70c.js';
2
- export { C as Client, a as ClientConfig, P as PublicClient, b as PublicClientConfig, T as TestClient, c as TestClientConfig, d as Transport, e as TransportConfig, W as WalletClient, f as WalletClientConfig, g as createClient, h as createPublicClient, i as createTestClient, j as createTransport, k as createWalletClient } from './createWalletClient-3f9fa8b6.js';
3
- export { C as CustomTransport, a as CustomTransportConfig, F as FallbackTransport, b as FallbackTransportConfig, H as HttpTransport, c as HttpTransportConfig, W as WebSocketTransport, d as WebSocketTransportConfig, e as custom, f as fallback, h as http, w as webSocket } from './webSocket-3385e295.js';
1
+ export { C as CallArgs, a as CallContractArgs, b as CallContractResponse, c as CallResponse, d as CreateBlockFilterResponse, e as CreatePendingTransactionFilterResponse, D as DeployContractArgs, g as DeployContractResponse, E as EstimateGasArgs, f as EstimateGasResponse, G as GetBalanceArgs, h as GetBalanceResponse, i as GetBlockArgs, j as GetBlockNumberArgs, k as GetBlockNumberResponse, l as GetBlockResponse, m as GetBlockTransactionCountArgs, n as GetBlockTransactionCountResponse, o as GetBytecodeArgs, p as GetBytecodeResponse, q as GetFeeHistoryArgs, r as GetFeeHistoryResponse, s as GetFilterChangesArgs, t as GetFilterChangesResponse, u as GetFilterLogsArgs, v as GetFilterLogsResponse, w as GetGasPriceResponse, x as GetTransactionArgs, y as GetTransactionConfirmationsArgs, z as GetTransactionConfirmationsResponse, A as GetTransactionCountArgs, B as GetTransactionCountResponse, H as GetTransactionReceiptArgs, I as GetTransactionReceiptResponse, F as GetTransactionResponse, O as OnBlock, J as OnBlockNumber, K as OnBlockNumberResponse, L as OnBlockResponse, M as OnTransactions, N as OnTransactionsResponse, U as UninstallFilterArgs, P as UninstallFilterResponse, W as WaitForTransactionReceiptArgs, Q as WaitForTransactionReceiptResponse, R as WatchBlockNumberArgs, S as WatchBlocksArgs, T as WatchPendingTransactionsArgs, V as call, X as callContract, Y as createBlockFilter, Z as createPendingTransactionFilter, _ as deployContract, $ as estimateGas, a0 as getBalance, a1 as getBlock, a2 as getBlockNumber, a3 as getBlockTransactionCount, a4 as getBytecode, a5 as getChainId, a6 as getFeeHistory, a7 as getFilterChanges, a8 as getFilterLogs, a9 as getGasPrice, aa as getTransaction, ab as getTransactionConfirmations, ac as getTransactionCount, ad as getTransactionReceipt, ae as uninstallFilter, af as waitForTransactionReceipt, ag as watchBlockNumber, ah as watchBlocks, ai as watchPendingTransactions } from './watchPendingTransactions-670a7ca3.js';
2
+ export { D as DropTransactionArgs, I as ImpersonateAccountArgs, a as IncreaseTimeArgs, M as MineArgs, R as ResetArgs, b as RevertArgs, S as SendUnsignedTransactionArgs, c as SendUnsignedTransactionResponse, d as SetBalanceArgs, e as SetBlockGasLimitArgs, j as SetBlockTimestampIntervalArgs, f as SetCodeArgs, g as SetCoinbaseArgs, h as SetIntervalMiningArgs, i as SetMinGasPriceArgs, l as SetNextBlockBaseFeePerGasArgs, k as SetNextBlockTimestampArgs, m as SetNonceArgs, n as SetStorageAtArgs, o as StopImpersonatingAccountArgs, p as dropTransaction, q as getAutomine, r as getTxpoolContent, s as getTxpoolStatus, t as impersonateAccount, u as increaseTime, v as inspectTxpool, w as mine, x as removeBlockTimestampInterval, y as reset, z as revert, A as sendUnsignedTransaction, B as setAutomine, C as setBalance, E as setBlockGasLimit, F as setBlockTimestampInterval, G as setCode, H as setCoinbase, J as setIntervalMining, K as setLoggingEnabled, L as setMinGasPrice, N as setNextBlockBaseFeePerGas, O as setNextBlockTimestamp, P as setNonce, Q as setStorageAt, T as snapshot, U as stopImpersonatingAccount } from './stopImpersonatingAccount-8113150e.js';
3
+ export { C as Client, a as ClientConfig, T as Transport, b as TransportConfig, c as createClient, d as createTransport } from './createClient-cd948138.js';
4
+ export { C as CustomTransport, a as CustomTransportConfig, F as FallbackTransport, b as FallbackTransportConfig, H as HttpTransport, c as HttpTransportConfig, W as WebSocketTransport, d as WebSocketTransportConfig, e as custom, f as fallback, h as http, w as webSocket } from './webSocket-9a3b0b26.js';
5
+ export { P as PublicClient, a as PublicClientConfig, c as createPublicClient } from './createPublicClient-989a0556.js';
6
+ export { T as TestClient, a as TestClientConfig, c as createTestClient } from './createTestClient-81507f58.js';
7
+ export { W as WalletClient, a as WalletClientConfig, c as createWalletClient } from './createWalletClient-43f801b9.js';
8
+ export { G as GetPermissionsResponse, R as RequestPermissionsResponse, S as SignMessageArgs, a as SignMessageResponse, b as SwitchChainArgs, W as WatchAssetArgs, c as WatchAssetResponse, d as addChain, g as getAccounts, e as getPermissions, r as requestAccounts, f as requestPermissions, s as signMessage, h as switchChain, w as watchAsset } from './watchAsset-0088384c.js';
9
+ export { S as SendTransactionArgs, a as SendTransactionResponse, s as sendTransaction } from './sendTransaction-7a9d241a.js';
4
10
  import { H as Hex, A as Address, a as Hash, B as ByteArray, b as BlockTag } from './rpc-b77c5aee.js';
5
11
  export { c as AccessList, A as Address, d as Block, f as BlockIdentifier, h as BlockNumber, b as BlockTag, B as ByteArray, F as FeeHistory, i as FeeValues, j as FeeValuesEIP1559, k as FeeValuesLegacy, 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, u as RpcUncle, D as Transaction, E as TransactionBase, G as TransactionEIP1559, I as TransactionEIP2930, J as TransactionLegacy, T as TransactionReceipt, v as TransactionRequest, x as TransactionRequestBase, y as TransactionRequestEIP1559, z as TransactionRequestEIP2930, C as TransactionRequestLegacy, U as Uncle, e as etherUnits, g as gweiUnits, t as transactionType, w as weiUnits } from './rpc-b77c5aee.js';
6
- export { A as AbiItem, F as FormattedBlock, a as FormattedTransaction, b as FormattedTransactionRequest, f as formatBlock, c as formatTransaction, d as formatTransactionRequest } from './transactionRequest-1d4e4385.js';
7
- export { D as DecodeAbiArgs, a as DecodeErrorResultArgs, b as DecodeFunctionDataArgs, c as DecodeFunctionResultArgs, d as DecodeFunctionResultResponse, E as EncodeAbiArgs, e as EncodeDeployDataArgs, f as EncodeErrorResultArgs, g as EncodeEventTopicsArgs, h as EncodeFunctionDataArgs, i as EncodeFunctionResultArgs, l as EncodeRlpResponse, G as GetContractAddressOptions, k as GetCreate2AddressOptions, j as GetCreateAddressOptions, o as boolToBytes, p as boolToHex, q as bytesToBigint, r as bytesToBool, m as bytesToHex, s as bytesToNumber, n as bytesToString, t as decodeAbi, u as decodeBytes, v as decodeErrorResult, w as decodeFunctionData, x as decodeFunctionResult, y as decodeHex, z as decodeRlp, A as encodeAbi, B as encodeBytes, C as encodeDeployData, F as encodeErrorResult, H as encodeEventTopics, I as encodeFunctionData, J as encodeFunctionResult, K as encodeHex, L as encodeRlp, S as formatEther, a7 as formatGwei, a8 as formatUnit, M as getAddress, N as getContractAddress, P as getCreate2Address, O as getCreateAddress, Q as getEventSignature, R as getFunctionSignature, X as hexToBigInt, Y as hexToBool, Z as hexToBytes, a9 as hexToNumber, _ as hexToString, T as isAddress, U as isAddressEqual, V as isBytes, W as isHex, $ as keccak256, a0 as numberToBytes, aa as numberToHex, a1 as pad, a2 as padBytes, a3 as padHex, a4 as parseEther, a5 as parseGwei, a6 as parseUnit, ab as size, ac as slice, ad as sliceBytes, ae as sliceHex, af as stringToBytes, ag as stringToHex, ah as trim } from './parseGwei-21f98a29.js';
12
+ export { A as AbiItem, F as FormattedBlock, a as FormattedTransaction, f as formatBlock, b as formatTransaction } from './transactionReceipt-5d332aab.js';
13
+ export { D as DecodeAbiArgs, a as DecodeErrorResultArgs, b as DecodeFunctionDataArgs, c as DecodeFunctionResultArgs, d as DecodeFunctionResultResponse, E as EncodeAbiArgs, e as EncodeDeployDataArgs, f as EncodeErrorResultArgs, g as EncodeEventTopicsArgs, h as EncodeFunctionDataArgs, i as EncodeFunctionResultArgs, l as EncodeRlpResponse, G as GetContractAddressOptions, k as GetCreate2AddressOptions, j as GetCreateAddressOptions, o as boolToBytes, p as boolToHex, q as bytesToBigint, r as bytesToBool, m as bytesToHex, s as bytesToNumber, n as bytesToString, t as decodeAbi, u as decodeBytes, v as decodeErrorResult, w as decodeFunctionData, x as decodeFunctionResult, y as decodeHex, z as decodeRlp, A as encodeAbi, B as encodeBytes, C as encodeDeployData, F as encodeErrorResult, H as encodeEventTopics, I as encodeFunctionData, J as encodeFunctionResult, K as encodeHex, L as encodeRlp, S as formatEther, a7 as formatGwei, a8 as formatUnit, M as getAddress, N as getContractAddress, P as getCreate2Address, O as getCreateAddress, Q as getEventSignature, R as getFunctionSignature, X as hexToBigInt, Y as hexToBool, Z as hexToBytes, a9 as hexToNumber, _ as hexToString, T as isAddress, U as isAddressEqual, V as isBytes, W as isHex, $ as keccak256, a0 as numberToBytes, aa as numberToHex, a1 as pad, a2 as padBytes, a3 as padHex, a4 as parseEther, a5 as parseGwei, a6 as parseUnit, ab as size, ac as slice, ad as sliceBytes, ae as sliceHex, af as stringToBytes, ag as stringToHex, ah as trim } from './parseGwei-f2d23de6.js';
14
+ export { F as FormattedTransactionRequest, f as formatTransactionRequest } from './transactionRequest-327eb7c2.js';
8
15
  import 'abitype';
9
16
  import './chains.js';
10
17
  import '@wagmi/chains';
11
- import './eip1193-c001fcd5.js';
18
+ import './eip1193-4330b722.js';
12
19
  import './rpc-26932bae.js';
13
20
 
14
21
  type BaseErrorArgs = {
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@
8
8
 
9
9
 
10
10
 
11
+ var _chunkEMQSYKNYjs = require('./chunk-EMQSYKNY.js');
11
12
 
12
13
 
13
14
 
@@ -34,6 +35,7 @@
34
35
 
35
36
 
36
37
 
38
+ var _chunkHTYEJEWIjs = require('./chunk-HTYEJEWI.js');
37
39
 
38
40
 
39
41
 
@@ -59,10 +61,10 @@
59
61
 
60
62
 
61
63
 
62
- var _chunkOHOJCVQDjs = require('./chunk-OHOJCVQD.js');
63
64
 
64
65
 
65
66
 
67
+ var _chunkIMYI7Z6Mjs = require('./chunk-IMYI7Z6M.js');
66
68
 
67
69
 
68
70
 
@@ -70,10 +72,10 @@ var _chunkOHOJCVQDjs = require('./chunk-OHOJCVQD.js');
70
72
 
71
73
 
72
74
 
73
- var _chunkO3XABJRLjs = require('./chunk-O3XABJRL.js');
74
75
 
75
76
 
76
77
 
78
+ var _chunkKGXH5DYIjs = require('./chunk-KGXH5DYI.js');
77
79
 
78
80
 
79
81
 
@@ -187,10 +189,10 @@ var _chunkO3XABJRLjs = require('./chunk-O3XABJRL.js');
187
189
 
188
190
 
189
191
 
190
- var _chunkAGF7GU6Gjs = require('./chunk-AGF7GU6G.js');
191
192
 
192
193
 
193
194
 
195
+ var _chunkQMLDI5JUjs = require('./chunk-QMLDI5JU.js');
194
196
 
195
197
 
196
198
 
@@ -373,4 +375,8 @@ var _chunkAGF7GU6Gjs = require('./chunk-AGF7GU6G.js');
373
375
 
374
376
 
375
377
 
376
- exports.AbiConstructorNotFoundError = _chunkAGF7GU6Gjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkAGF7GU6Gjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkAGF7GU6Gjs.AbiDecodingDataSizeInvalidError; exports.AbiEncodingArrayLengthMismatchError = _chunkAGF7GU6Gjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkAGF7GU6Gjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkAGF7GU6Gjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkAGF7GU6Gjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkAGF7GU6Gjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkAGF7GU6Gjs.AbiEventNotFoundError; exports.AbiFunctionNotFoundError = _chunkAGF7GU6Gjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkAGF7GU6Gjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkAGF7GU6Gjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkAGF7GU6Gjs.BaseError; exports.BlockNotFoundError = _chunkAGF7GU6Gjs.BlockNotFoundError; exports.DataLengthTooLongError = _chunkAGF7GU6Gjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkAGF7GU6Gjs.DataLengthTooShortError; exports.FilterTypeNotSupportedError = _chunkAGF7GU6Gjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkAGF7GU6Gjs.HttpRequestError; exports.InternalRpcError = _chunkAGF7GU6Gjs.InternalRpcError; exports.InvalidAbiDecodingTypeError = _chunkAGF7GU6Gjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkAGF7GU6Gjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkAGF7GU6Gjs.InvalidAddressError; exports.InvalidArrayError = _chunkAGF7GU6Gjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkAGF7GU6Gjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkAGF7GU6Gjs.InvalidDefinitionTypeError; exports.InvalidGasArgumentsError = _chunkAGF7GU6Gjs.InvalidGasArgumentsError; exports.InvalidHexBooleanError = _chunkAGF7GU6Gjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkAGF7GU6Gjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkAGF7GU6Gjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkAGF7GU6Gjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkAGF7GU6Gjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkAGF7GU6Gjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkAGF7GU6Gjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkAGF7GU6Gjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkAGF7GU6Gjs.MethodNotSupportedRpcError; exports.OffsetOutOfBoundsError = _chunkAGF7GU6Gjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkAGF7GU6Gjs.ParseRpcError; exports.RequestError = _chunkAGF7GU6Gjs.RequestError; exports.ResourceNotFoundRpcError = _chunkAGF7GU6Gjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkAGF7GU6Gjs.ResourceUnavailableRpcError; exports.RpcError = _chunkAGF7GU6Gjs.RpcError; exports.RpcRequestError = _chunkAGF7GU6Gjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkAGF7GU6Gjs.SizeExceedsPaddingSizeError; exports.TimeoutError = _chunkAGF7GU6Gjs.TimeoutError; exports.TransactionNotFoundError = _chunkAGF7GU6Gjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkAGF7GU6Gjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkAGF7GU6Gjs.TransactionRejectedRpcError; exports.UnknownRpcError = _chunkAGF7GU6Gjs.UnknownRpcError; exports.UrlRequiredError = _chunkAGF7GU6Gjs.UrlRequiredError; exports.WaitForTransactionReceiptTimeoutError = _chunkAGF7GU6Gjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkAGF7GU6Gjs.WebSocketRequestError; exports.addChain = _chunkOHOJCVQDjs.addChain; exports.boolToBytes = _chunkAGF7GU6Gjs.boolToBytes; exports.boolToHex = _chunkAGF7GU6Gjs.boolToHex; exports.bytesToBigint = _chunkAGF7GU6Gjs.bytesToBigint; exports.bytesToBool = _chunkAGF7GU6Gjs.bytesToBool; exports.bytesToHex = _chunkAGF7GU6Gjs.bytesToHex; exports.bytesToNumber = _chunkAGF7GU6Gjs.bytesToNumber; exports.bytesToString = _chunkAGF7GU6Gjs.bytesToString; exports.call = _chunkOHOJCVQDjs.call; exports.callContract = _chunkOHOJCVQDjs.callContract; exports.createBlockFilter = _chunkOHOJCVQDjs.createBlockFilter; exports.createClient = _chunkO3XABJRLjs.createClient; exports.createPendingTransactionFilter = _chunkOHOJCVQDjs.createPendingTransactionFilter; exports.createPublicClient = _chunkO3XABJRLjs.createPublicClient; exports.createTestClient = _chunkO3XABJRLjs.createTestClient; exports.createTransport = _chunkO3XABJRLjs.createTransport; exports.createWalletClient = _chunkO3XABJRLjs.createWalletClient; exports.custom = _chunkO3XABJRLjs.custom; exports.decodeAbi = _chunkAGF7GU6Gjs.decodeAbi; exports.decodeBytes = _chunkAGF7GU6Gjs.decodeBytes; exports.decodeErrorResult = _chunkAGF7GU6Gjs.decodeErrorResult; exports.decodeFunctionData = _chunkAGF7GU6Gjs.decodeFunctionData; exports.decodeFunctionResult = _chunkAGF7GU6Gjs.decodeFunctionResult; exports.decodeHex = _chunkAGF7GU6Gjs.decodeHex; exports.decodeRlp = _chunkAGF7GU6Gjs.decodeRlp; exports.deployContract = _chunkOHOJCVQDjs.deployContract; exports.dropTransaction = _chunkOHOJCVQDjs.dropTransaction; exports.encodeAbi = _chunkAGF7GU6Gjs.encodeAbi; exports.encodeBytes = _chunkAGF7GU6Gjs.encodeBytes; exports.encodeDeployData = _chunkAGF7GU6Gjs.encodeDeployData; exports.encodeErrorResult = _chunkAGF7GU6Gjs.encodeErrorResult; exports.encodeEventTopics = _chunkAGF7GU6Gjs.encodeEventTopics; exports.encodeFunctionData = _chunkAGF7GU6Gjs.encodeFunctionData; exports.encodeFunctionResult = _chunkAGF7GU6Gjs.encodeFunctionResult; exports.encodeHex = _chunkAGF7GU6Gjs.encodeHex; exports.encodeRlp = _chunkAGF7GU6Gjs.encodeRlp; exports.estimateGas = _chunkOHOJCVQDjs.estimateGas; exports.etherUnits = _chunkAGF7GU6Gjs.etherUnits; exports.fallback = _chunkO3XABJRLjs.fallback; exports.formatBlock = _chunkAGF7GU6Gjs.formatBlock; exports.formatEther = _chunkAGF7GU6Gjs.formatEther; exports.formatGwei = _chunkAGF7GU6Gjs.formatGwei; exports.formatTransaction = _chunkAGF7GU6Gjs.formatTransaction; exports.formatTransactionRequest = _chunkAGF7GU6Gjs.formatTransactionRequest; exports.formatUnit = _chunkAGF7GU6Gjs.formatUnit; exports.getAccounts = _chunkOHOJCVQDjs.getAccounts; exports.getAddress = _chunkAGF7GU6Gjs.getAddress; exports.getAutomine = _chunkOHOJCVQDjs.getAutomine; exports.getBalance = _chunkOHOJCVQDjs.getBalance; exports.getBlock = _chunkOHOJCVQDjs.getBlock; exports.getBlockNumber = _chunkOHOJCVQDjs.getBlockNumber; exports.getBlockTransactionCount = _chunkOHOJCVQDjs.getBlockTransactionCount; exports.getChainId = _chunkOHOJCVQDjs.getChainId; exports.getContractAddress = _chunkAGF7GU6Gjs.getContractAddress; exports.getCreate2Address = _chunkAGF7GU6Gjs.getCreate2Address; exports.getCreateAddress = _chunkAGF7GU6Gjs.getCreateAddress; exports.getEventSignature = _chunkAGF7GU6Gjs.getEventSignature; exports.getFeeHistory = _chunkOHOJCVQDjs.getFeeHistory; exports.getFilterChanges = _chunkOHOJCVQDjs.getFilterChanges; exports.getFilterLogs = _chunkOHOJCVQDjs.getFilterLogs; exports.getFunctionSignature = _chunkAGF7GU6Gjs.getFunctionSignature; exports.getGasPrice = _chunkOHOJCVQDjs.getGasPrice; exports.getPermissions = _chunkOHOJCVQDjs.getPermissions; exports.getTransaction = _chunkOHOJCVQDjs.getTransaction; exports.getTransactionConfirmations = _chunkOHOJCVQDjs.getTransactionConfirmations; exports.getTransactionCount = _chunkOHOJCVQDjs.getTransactionCount; exports.getTransactionReceipt = _chunkOHOJCVQDjs.getTransactionReceipt; exports.getTxpoolContent = _chunkOHOJCVQDjs.getTxpoolContent; exports.getTxpoolStatus = _chunkOHOJCVQDjs.getTxpoolStatus; exports.gweiUnits = _chunkAGF7GU6Gjs.gweiUnits; exports.hexToBigInt = _chunkAGF7GU6Gjs.hexToBigInt; exports.hexToBool = _chunkAGF7GU6Gjs.hexToBool; exports.hexToBytes = _chunkAGF7GU6Gjs.hexToBytes; exports.hexToNumber = _chunkAGF7GU6Gjs.hexToNumber; exports.hexToString = _chunkAGF7GU6Gjs.hexToString; exports.http = _chunkO3XABJRLjs.http; exports.impersonateAccount = _chunkOHOJCVQDjs.impersonateAccount; exports.increaseTime = _chunkOHOJCVQDjs.increaseTime; exports.inspectTxpool = _chunkOHOJCVQDjs.inspectTxpool; exports.isAddress = _chunkAGF7GU6Gjs.isAddress; exports.isAddressEqual = _chunkAGF7GU6Gjs.isAddressEqual; exports.isBytes = _chunkAGF7GU6Gjs.isBytes; exports.isHex = _chunkAGF7GU6Gjs.isHex; exports.keccak256 = _chunkAGF7GU6Gjs.keccak256; exports.mine = _chunkOHOJCVQDjs.mine; exports.numberToBytes = _chunkAGF7GU6Gjs.numberToBytes; exports.numberToHex = _chunkAGF7GU6Gjs.numberToHex; exports.pad = _chunkAGF7GU6Gjs.pad; exports.padBytes = _chunkAGF7GU6Gjs.padBytes; exports.padHex = _chunkAGF7GU6Gjs.padHex; exports.parseEther = _chunkAGF7GU6Gjs.parseEther; exports.parseGwei = _chunkAGF7GU6Gjs.parseGwei; exports.parseUnit = _chunkAGF7GU6Gjs.parseUnit; exports.removeBlockTimestampInterval = _chunkOHOJCVQDjs.removeBlockTimestampInterval; exports.requestAccounts = _chunkOHOJCVQDjs.requestAccounts; exports.requestPermissions = _chunkOHOJCVQDjs.requestPermissions; exports.reset = _chunkOHOJCVQDjs.reset; exports.revert = _chunkOHOJCVQDjs.revert; exports.sendTransaction = _chunkOHOJCVQDjs.sendTransaction; exports.sendUnsignedTransaction = _chunkOHOJCVQDjs.sendUnsignedTransaction; exports.setAutomine = _chunkOHOJCVQDjs.setAutomine; exports.setBalance = _chunkOHOJCVQDjs.setBalance; exports.setBlockGasLimit = _chunkOHOJCVQDjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkOHOJCVQDjs.setBlockTimestampInterval; exports.setCode = _chunkOHOJCVQDjs.setCode; exports.setCoinbase = _chunkOHOJCVQDjs.setCoinbase; exports.setIntervalMining = _chunkOHOJCVQDjs.setIntervalMining; exports.setLoggingEnabled = _chunkOHOJCVQDjs.setLoggingEnabled; exports.setMinGasPrice = _chunkOHOJCVQDjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkOHOJCVQDjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkOHOJCVQDjs.setNextBlockTimestamp; exports.setNonce = _chunkOHOJCVQDjs.setNonce; exports.setStorageAt = _chunkOHOJCVQDjs.setStorageAt; exports.signMessage = _chunkOHOJCVQDjs.signMessage; exports.size = _chunkAGF7GU6Gjs.size; exports.slice = _chunkAGF7GU6Gjs.slice; exports.sliceBytes = _chunkAGF7GU6Gjs.sliceBytes; exports.sliceHex = _chunkAGF7GU6Gjs.sliceHex; exports.snapshot = _chunkOHOJCVQDjs.snapshot; exports.stopImpersonatingAccount = _chunkOHOJCVQDjs.stopImpersonatingAccount; exports.stringToBytes = _chunkAGF7GU6Gjs.stringToBytes; exports.stringToHex = _chunkAGF7GU6Gjs.stringToHex; exports.switchChain = _chunkOHOJCVQDjs.switchChain; exports.transactionType = _chunkAGF7GU6Gjs.transactionType; exports.trim = _chunkAGF7GU6Gjs.trim; exports.uninstallFilter = _chunkOHOJCVQDjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkOHOJCVQDjs.waitForTransactionReceipt; exports.watchAsset = _chunkOHOJCVQDjs.watchAsset; exports.watchBlockNumber = _chunkOHOJCVQDjs.watchBlockNumber; exports.watchBlocks = _chunkOHOJCVQDjs.watchBlocks; exports.watchPendingTransactions = _chunkOHOJCVQDjs.watchPendingTransactions; exports.webSocket = _chunkO3XABJRLjs.webSocket; exports.weiUnits = _chunkAGF7GU6Gjs.weiUnits;
378
+
379
+
380
+
381
+
382
+ exports.AbiConstructorNotFoundError = _chunkQMLDI5JUjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkQMLDI5JUjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkQMLDI5JUjs.AbiDecodingDataSizeInvalidError; exports.AbiEncodingArrayLengthMismatchError = _chunkQMLDI5JUjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkQMLDI5JUjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkQMLDI5JUjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkQMLDI5JUjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkQMLDI5JUjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkQMLDI5JUjs.AbiEventNotFoundError; exports.AbiFunctionNotFoundError = _chunkQMLDI5JUjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkQMLDI5JUjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkQMLDI5JUjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkQMLDI5JUjs.BaseError; exports.BlockNotFoundError = _chunkQMLDI5JUjs.BlockNotFoundError; exports.DataLengthTooLongError = _chunkQMLDI5JUjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkQMLDI5JUjs.DataLengthTooShortError; exports.FilterTypeNotSupportedError = _chunkQMLDI5JUjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkQMLDI5JUjs.HttpRequestError; exports.InternalRpcError = _chunkQMLDI5JUjs.InternalRpcError; exports.InvalidAbiDecodingTypeError = _chunkQMLDI5JUjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkQMLDI5JUjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkQMLDI5JUjs.InvalidAddressError; exports.InvalidArrayError = _chunkQMLDI5JUjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkQMLDI5JUjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkQMLDI5JUjs.InvalidDefinitionTypeError; exports.InvalidGasArgumentsError = _chunkQMLDI5JUjs.InvalidGasArgumentsError; exports.InvalidHexBooleanError = _chunkQMLDI5JUjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkQMLDI5JUjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkQMLDI5JUjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkQMLDI5JUjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkQMLDI5JUjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkQMLDI5JUjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkQMLDI5JUjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkQMLDI5JUjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkQMLDI5JUjs.MethodNotSupportedRpcError; exports.OffsetOutOfBoundsError = _chunkQMLDI5JUjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkQMLDI5JUjs.ParseRpcError; exports.RequestError = _chunkQMLDI5JUjs.RequestError; exports.ResourceNotFoundRpcError = _chunkQMLDI5JUjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkQMLDI5JUjs.ResourceUnavailableRpcError; exports.RpcError = _chunkQMLDI5JUjs.RpcError; exports.RpcRequestError = _chunkQMLDI5JUjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkQMLDI5JUjs.SizeExceedsPaddingSizeError; exports.TimeoutError = _chunkQMLDI5JUjs.TimeoutError; exports.TransactionNotFoundError = _chunkQMLDI5JUjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkQMLDI5JUjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkQMLDI5JUjs.TransactionRejectedRpcError; exports.UnknownRpcError = _chunkQMLDI5JUjs.UnknownRpcError; exports.UrlRequiredError = _chunkQMLDI5JUjs.UrlRequiredError; exports.WaitForTransactionReceiptTimeoutError = _chunkQMLDI5JUjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkQMLDI5JUjs.WebSocketRequestError; exports.addChain = _chunkKGXH5DYIjs.addChain; exports.boolToBytes = _chunkQMLDI5JUjs.boolToBytes; exports.boolToHex = _chunkQMLDI5JUjs.boolToHex; exports.bytesToBigint = _chunkQMLDI5JUjs.bytesToBigint; exports.bytesToBool = _chunkQMLDI5JUjs.bytesToBool; exports.bytesToHex = _chunkQMLDI5JUjs.bytesToHex; exports.bytesToNumber = _chunkQMLDI5JUjs.bytesToNumber; exports.bytesToString = _chunkQMLDI5JUjs.bytesToString; exports.call = _chunkHTYEJEWIjs.call; exports.callContract = _chunkHTYEJEWIjs.callContract; exports.createBlockFilter = _chunkHTYEJEWIjs.createBlockFilter; exports.createClient = _chunkEMQSYKNYjs.createClient; exports.createPendingTransactionFilter = _chunkHTYEJEWIjs.createPendingTransactionFilter; exports.createPublicClient = _chunkEMQSYKNYjs.createPublicClient; exports.createTestClient = _chunkEMQSYKNYjs.createTestClient; exports.createTransport = _chunkEMQSYKNYjs.createTransport; exports.createWalletClient = _chunkEMQSYKNYjs.createWalletClient; exports.custom = _chunkEMQSYKNYjs.custom; exports.decodeAbi = _chunkQMLDI5JUjs.decodeAbi; exports.decodeBytes = _chunkQMLDI5JUjs.decodeBytes; exports.decodeErrorResult = _chunkQMLDI5JUjs.decodeErrorResult; exports.decodeFunctionData = _chunkQMLDI5JUjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQMLDI5JUjs.decodeFunctionResult; exports.decodeHex = _chunkQMLDI5JUjs.decodeHex; exports.decodeRlp = _chunkQMLDI5JUjs.decodeRlp; exports.deployContract = _chunkHTYEJEWIjs.deployContract; exports.dropTransaction = _chunkIMYI7Z6Mjs.dropTransaction; exports.encodeAbi = _chunkQMLDI5JUjs.encodeAbi; exports.encodeBytes = _chunkQMLDI5JUjs.encodeBytes; exports.encodeDeployData = _chunkQMLDI5JUjs.encodeDeployData; exports.encodeErrorResult = _chunkQMLDI5JUjs.encodeErrorResult; exports.encodeEventTopics = _chunkQMLDI5JUjs.encodeEventTopics; exports.encodeFunctionData = _chunkQMLDI5JUjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQMLDI5JUjs.encodeFunctionResult; exports.encodeHex = _chunkQMLDI5JUjs.encodeHex; exports.encodeRlp = _chunkQMLDI5JUjs.encodeRlp; exports.estimateGas = _chunkHTYEJEWIjs.estimateGas; exports.etherUnits = _chunkQMLDI5JUjs.etherUnits; exports.fallback = _chunkEMQSYKNYjs.fallback; exports.formatBlock = _chunkQMLDI5JUjs.formatBlock; exports.formatEther = _chunkQMLDI5JUjs.formatEther; exports.formatGwei = _chunkQMLDI5JUjs.formatGwei; exports.formatTransaction = _chunkQMLDI5JUjs.formatTransaction; exports.formatTransactionRequest = _chunkQMLDI5JUjs.formatTransactionRequest; exports.formatUnit = _chunkQMLDI5JUjs.formatUnit; exports.getAccounts = _chunkKGXH5DYIjs.getAccounts; exports.getAddress = _chunkQMLDI5JUjs.getAddress; exports.getAutomine = _chunkIMYI7Z6Mjs.getAutomine; exports.getBalance = _chunkHTYEJEWIjs.getBalance; exports.getBlock = _chunkHTYEJEWIjs.getBlock; exports.getBlockNumber = _chunkHTYEJEWIjs.getBlockNumber; exports.getBlockTransactionCount = _chunkHTYEJEWIjs.getBlockTransactionCount; exports.getBytecode = _chunkHTYEJEWIjs.getBytecode; exports.getChainId = _chunkHTYEJEWIjs.getChainId; exports.getContractAddress = _chunkQMLDI5JUjs.getContractAddress; exports.getCreate2Address = _chunkQMLDI5JUjs.getCreate2Address; exports.getCreateAddress = _chunkQMLDI5JUjs.getCreateAddress; exports.getEventSignature = _chunkQMLDI5JUjs.getEventSignature; exports.getFeeHistory = _chunkHTYEJEWIjs.getFeeHistory; exports.getFilterChanges = _chunkHTYEJEWIjs.getFilterChanges; exports.getFilterLogs = _chunkHTYEJEWIjs.getFilterLogs; exports.getFunctionSignature = _chunkQMLDI5JUjs.getFunctionSignature; exports.getGasPrice = _chunkHTYEJEWIjs.getGasPrice; exports.getPermissions = _chunkKGXH5DYIjs.getPermissions; exports.getTransaction = _chunkHTYEJEWIjs.getTransaction; exports.getTransactionConfirmations = _chunkHTYEJEWIjs.getTransactionConfirmations; exports.getTransactionCount = _chunkHTYEJEWIjs.getTransactionCount; exports.getTransactionReceipt = _chunkHTYEJEWIjs.getTransactionReceipt; exports.getTxpoolContent = _chunkIMYI7Z6Mjs.getTxpoolContent; exports.getTxpoolStatus = _chunkIMYI7Z6Mjs.getTxpoolStatus; exports.gweiUnits = _chunkQMLDI5JUjs.gweiUnits; exports.hexToBigInt = _chunkQMLDI5JUjs.hexToBigInt; exports.hexToBool = _chunkQMLDI5JUjs.hexToBool; exports.hexToBytes = _chunkQMLDI5JUjs.hexToBytes; exports.hexToNumber = _chunkQMLDI5JUjs.hexToNumber; exports.hexToString = _chunkQMLDI5JUjs.hexToString; exports.http = _chunkEMQSYKNYjs.http; exports.impersonateAccount = _chunkIMYI7Z6Mjs.impersonateAccount; exports.increaseTime = _chunkIMYI7Z6Mjs.increaseTime; exports.inspectTxpool = _chunkIMYI7Z6Mjs.inspectTxpool; exports.isAddress = _chunkQMLDI5JUjs.isAddress; exports.isAddressEqual = _chunkQMLDI5JUjs.isAddressEqual; exports.isBytes = _chunkQMLDI5JUjs.isBytes; exports.isHex = _chunkQMLDI5JUjs.isHex; exports.keccak256 = _chunkQMLDI5JUjs.keccak256; exports.mine = _chunkIMYI7Z6Mjs.mine; exports.numberToBytes = _chunkQMLDI5JUjs.numberToBytes; exports.numberToHex = _chunkQMLDI5JUjs.numberToHex; exports.pad = _chunkQMLDI5JUjs.pad; exports.padBytes = _chunkQMLDI5JUjs.padBytes; exports.padHex = _chunkQMLDI5JUjs.padHex; exports.parseEther = _chunkQMLDI5JUjs.parseEther; exports.parseGwei = _chunkQMLDI5JUjs.parseGwei; exports.parseUnit = _chunkQMLDI5JUjs.parseUnit; exports.removeBlockTimestampInterval = _chunkIMYI7Z6Mjs.removeBlockTimestampInterval; exports.requestAccounts = _chunkKGXH5DYIjs.requestAccounts; exports.requestPermissions = _chunkKGXH5DYIjs.requestPermissions; exports.reset = _chunkIMYI7Z6Mjs.reset; exports.revert = _chunkIMYI7Z6Mjs.revert; exports.sendTransaction = _chunkKGXH5DYIjs.sendTransaction; exports.sendUnsignedTransaction = _chunkIMYI7Z6Mjs.sendUnsignedTransaction; exports.setAutomine = _chunkIMYI7Z6Mjs.setAutomine; exports.setBalance = _chunkIMYI7Z6Mjs.setBalance; exports.setBlockGasLimit = _chunkIMYI7Z6Mjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkIMYI7Z6Mjs.setBlockTimestampInterval; exports.setCode = _chunkIMYI7Z6Mjs.setCode; exports.setCoinbase = _chunkIMYI7Z6Mjs.setCoinbase; exports.setIntervalMining = _chunkIMYI7Z6Mjs.setIntervalMining; exports.setLoggingEnabled = _chunkIMYI7Z6Mjs.setLoggingEnabled; exports.setMinGasPrice = _chunkIMYI7Z6Mjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkIMYI7Z6Mjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkIMYI7Z6Mjs.setNextBlockTimestamp; exports.setNonce = _chunkIMYI7Z6Mjs.setNonce; exports.setStorageAt = _chunkIMYI7Z6Mjs.setStorageAt; exports.signMessage = _chunkKGXH5DYIjs.signMessage; exports.size = _chunkQMLDI5JUjs.size; exports.slice = _chunkQMLDI5JUjs.slice; exports.sliceBytes = _chunkQMLDI5JUjs.sliceBytes; exports.sliceHex = _chunkQMLDI5JUjs.sliceHex; exports.snapshot = _chunkIMYI7Z6Mjs.snapshot; exports.stopImpersonatingAccount = _chunkIMYI7Z6Mjs.stopImpersonatingAccount; exports.stringToBytes = _chunkQMLDI5JUjs.stringToBytes; exports.stringToHex = _chunkQMLDI5JUjs.stringToHex; exports.switchChain = _chunkKGXH5DYIjs.switchChain; exports.transactionType = _chunkQMLDI5JUjs.transactionType; exports.trim = _chunkQMLDI5JUjs.trim; exports.uninstallFilter = _chunkHTYEJEWIjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkHTYEJEWIjs.waitForTransactionReceipt; exports.watchAsset = _chunkKGXH5DYIjs.watchAsset; exports.watchBlockNumber = _chunkHTYEJEWIjs.watchBlockNumber; exports.watchBlocks = _chunkHTYEJEWIjs.watchBlocks; exports.watchPendingTransactions = _chunkHTYEJEWIjs.watchPendingTransactions; exports.webSocket = _chunkEMQSYKNYjs.webSocket; exports.weiUnits = _chunkQMLDI5JUjs.weiUnits;
package/dist/index.mjs CHANGED
@@ -1,28 +1,44 @@
1
1
  import {
2
- addChain,
2
+ createClient,
3
+ createPublicClient,
4
+ createTestClient,
5
+ createTransport,
6
+ createWalletClient,
7
+ custom,
8
+ fallback,
9
+ http,
10
+ webSocket
11
+ } from "./chunk-SX7GPOCZ.mjs";
12
+ import {
3
13
  call,
4
14
  callContract,
5
15
  createBlockFilter,
6
16
  createPendingTransactionFilter,
7
17
  deployContract,
8
- dropTransaction,
9
18
  estimateGas,
10
- getAccounts,
11
- getAutomine,
12
19
  getBalance,
13
20
  getBlock,
14
21
  getBlockNumber,
15
22
  getBlockTransactionCount,
23
+ getBytecode,
16
24
  getChainId,
17
25
  getFeeHistory,
18
26
  getFilterChanges,
19
27
  getFilterLogs,
20
28
  getGasPrice,
21
- getPermissions,
22
29
  getTransaction,
23
30
  getTransactionConfirmations,
24
31
  getTransactionCount,
25
32
  getTransactionReceipt,
33
+ uninstallFilter,
34
+ waitForTransactionReceipt,
35
+ watchBlockNumber,
36
+ watchBlocks,
37
+ watchPendingTransactions
38
+ } from "./chunk-PPDHFNFM.mjs";
39
+ import {
40
+ dropTransaction,
41
+ getAutomine,
26
42
  getTxpoolContent,
27
43
  getTxpoolStatus,
28
44
  impersonateAccount,
@@ -30,11 +46,8 @@ import {
30
46
  inspectTxpool,
31
47
  mine,
32
48
  removeBlockTimestampInterval,
33
- requestAccounts,
34
- requestPermissions,
35
49
  reset,
36
50
  revert,
37
- sendTransaction,
38
51
  sendUnsignedTransaction,
39
52
  setAutomine,
40
53
  setBalance,
@@ -49,28 +62,20 @@ import {
49
62
  setNextBlockTimestamp,
50
63
  setNonce,
51
64
  setStorageAt,
52
- signMessage,
53
65
  snapshot,
54
- stopImpersonatingAccount,
55
- switchChain,
56
- uninstallFilter,
57
- waitForTransactionReceipt,
58
- watchAsset,
59
- watchBlockNumber,
60
- watchBlocks,
61
- watchPendingTransactions
62
- } from "./chunk-NJ5NFIT4.mjs";
66
+ stopImpersonatingAccount
67
+ } from "./chunk-NYXBQHNJ.mjs";
63
68
  import {
64
- createClient,
65
- createPublicClient,
66
- createTestClient,
67
- createTransport,
68
- createWalletClient,
69
- custom,
70
- fallback,
71
- http,
72
- webSocket
73
- } from "./chunk-KZVBHS2T.mjs";
69
+ addChain,
70
+ getAccounts,
71
+ getPermissions,
72
+ requestAccounts,
73
+ requestPermissions,
74
+ sendTransaction,
75
+ signMessage,
76
+ switchChain,
77
+ watchAsset
78
+ } from "./chunk-PHAG5KUF.mjs";
74
79
  import {
75
80
  AbiConstructorNotFoundError,
76
81
  AbiConstructorParamsNotFoundError,
@@ -187,7 +192,7 @@ import {
187
192
  transactionType,
188
193
  trim,
189
194
  weiUnits
190
- } from "./chunk-4XV4JRFM.mjs";
195
+ } from "./chunk-2HENAFQN.mjs";
191
196
  export {
192
197
  AbiConstructorNotFoundError,
193
198
  AbiConstructorParamsNotFoundError,
@@ -292,6 +297,7 @@ export {
292
297
  getBlock,
293
298
  getBlockNumber,
294
299
  getBlockTransactionCount,
300
+ getBytecode,
295
301
  getChainId,
296
302
  getContractAddress,
297
303
  getCreate2Address,
@@ -1,6 +1,6 @@
1
1
  import { AbiParameter, AbiParametersToPrimitiveTypes, Abi, ExtractAbiErrorNames, ExtractAbiEventNames } from 'abitype';
2
2
  import { H as Hex, A as Address, B as ByteArray } from './rpc-b77c5aee.js';
3
- import { E as ExtractFunctionNameFromAbi, h as ExtractResultFromAbi, i as ExtractConstructorArgsFromAbi, n as ExtractErrorArgsFromAbi, o as ExtractEventArgsFromAbi, g as ExtractArgsFromAbi } from './transactionRequest-1d4e4385.js';
3
+ import { E as ExtractFunctionNameFromAbi, d as ExtractResultFromAbi, e as ExtractConstructorArgsFromAbi, i as ExtractErrorArgsFromAbi, j as ExtractEventArgsFromAbi, c as ExtractArgsFromAbi } from './transactionReceipt-5d332aab.js';
4
4
 
5
5
  type DecodeAbiArgs<TParams extends readonly AbiParameter[]> = {
6
6
  data: Hex;
@@ -0,0 +1,12 @@
1
+ export { C as CallArgs, a as CallContractArgs, b as CallContractResponse, c as CallResponse, d as CreateBlockFilterResponse, e as CreatePendingTransactionFilterResponse, D as DeployContractArgs, g as DeployContractResponse, E as EstimateGasArgs, f as EstimateGasResponse, G as GetBalanceArgs, h as GetBalanceResponse, i as GetBlockArgs, j as GetBlockNumberArgs, k as GetBlockNumberResponse, l as GetBlockResponse, m as GetBlockTransactionCountArgs, n as GetBlockTransactionCountResponse, o as GetBytecodeArgs, p as GetBytecodeResponse, q as GetFeeHistoryArgs, r as GetFeeHistoryResponse, s as GetFilterChangesArgs, t as GetFilterChangesResponse, u as GetFilterLogsArgs, v as GetFilterLogsResponse, w as GetGasPriceResponse, x as GetTransactionArgs, y as GetTransactionConfirmationsArgs, z as GetTransactionConfirmationsResponse, A as GetTransactionCountArgs, B as GetTransactionCountResponse, H as GetTransactionReceiptArgs, I as GetTransactionReceiptResponse, F as GetTransactionResponse, O as OnBlock, J as OnBlockNumber, K as OnBlockNumberResponse, L as OnBlockResponse, M as OnTransactions, N as OnTransactionsResponse, ak as ReplacementReason, al as ReplacementResponse, U as UninstallFilterArgs, P as UninstallFilterResponse, W as WaitForTransactionReceiptArgs, Q as WaitForTransactionReceiptResponse, R as WatchBlockNumberArgs, S as WatchBlocksArgs, T as WatchPendingTransactionsArgs, V as call, X as callContract, Y as createBlockFilter, Z as createPendingTransactionFilter, _ as deployContract, $ as estimateGas, a0 as getBalance, a1 as getBlock, a2 as getBlockNumber, aj as getBlockNumberCache, a3 as getBlockTransactionCount, a4 as getBytecode, a5 as getChainId, a6 as getFeeHistory, a7 as getFilterChanges, a8 as getFilterLogs, a9 as getGasPrice, aa as getTransaction, ab as getTransactionConfirmations, ac as getTransactionCount, ad as getTransactionReceipt, ae as uninstallFilter, af as waitForTransactionReceipt, ag as watchBlockNumber, ah as watchBlocks, ai as watchPendingTransactions } from './watchPendingTransactions-670a7ca3.js';
2
+ import 'abitype';
3
+ import './chains.js';
4
+ import './rpc-b77c5aee.js';
5
+ import '@wagmi/chains';
6
+ import './transactionReceipt-5d332aab.js';
7
+ import './transactionRequest-327eb7c2.js';
8
+ import './createPublicClient-989a0556.js';
9
+ import './eip1193-4330b722.js';
10
+ import './createClient-cd948138.js';
11
+ import './createWalletClient-43f801b9.js';
12
+ import './sendTransaction-7a9d241a.js';
package/dist/public.js ADDED
@@ -0,0 +1,58 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+ var _chunkHTYEJEWIjs = require('./chunk-HTYEJEWI.js');
29
+ require('./chunk-KGXH5DYI.js');
30
+ require('./chunk-QMLDI5JU.js');
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+ exports.call = _chunkHTYEJEWIjs.call; exports.callContract = _chunkHTYEJEWIjs.callContract; exports.createBlockFilter = _chunkHTYEJEWIjs.createBlockFilter; exports.createPendingTransactionFilter = _chunkHTYEJEWIjs.createPendingTransactionFilter; exports.deployContract = _chunkHTYEJEWIjs.deployContract; exports.estimateGas = _chunkHTYEJEWIjs.estimateGas; exports.getBalance = _chunkHTYEJEWIjs.getBalance; exports.getBlock = _chunkHTYEJEWIjs.getBlock; exports.getBlockNumber = _chunkHTYEJEWIjs.getBlockNumber; exports.getBlockNumberCache = _chunkHTYEJEWIjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkHTYEJEWIjs.getBlockTransactionCount; exports.getBytecode = _chunkHTYEJEWIjs.getBytecode; exports.getChainId = _chunkHTYEJEWIjs.getChainId; exports.getFeeHistory = _chunkHTYEJEWIjs.getFeeHistory; exports.getFilterChanges = _chunkHTYEJEWIjs.getFilterChanges; exports.getFilterLogs = _chunkHTYEJEWIjs.getFilterLogs; exports.getGasPrice = _chunkHTYEJEWIjs.getGasPrice; exports.getTransaction = _chunkHTYEJEWIjs.getTransaction; exports.getTransactionConfirmations = _chunkHTYEJEWIjs.getTransactionConfirmations; exports.getTransactionCount = _chunkHTYEJEWIjs.getTransactionCount; exports.getTransactionReceipt = _chunkHTYEJEWIjs.getTransactionReceipt; exports.uninstallFilter = _chunkHTYEJEWIjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkHTYEJEWIjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkHTYEJEWIjs.watchBlockNumber; exports.watchBlocks = _chunkHTYEJEWIjs.watchBlocks; exports.watchPendingTransactions = _chunkHTYEJEWIjs.watchPendingTransactions;
@@ -0,0 +1,58 @@
1
+ import {
2
+ call,
3
+ callContract,
4
+ createBlockFilter,
5
+ createPendingTransactionFilter,
6
+ deployContract,
7
+ estimateGas,
8
+ getBalance,
9
+ getBlock,
10
+ getBlockNumber,
11
+ getBlockNumberCache,
12
+ getBlockTransactionCount,
13
+ getBytecode,
14
+ getChainId,
15
+ getFeeHistory,
16
+ getFilterChanges,
17
+ getFilterLogs,
18
+ getGasPrice,
19
+ getTransaction,
20
+ getTransactionConfirmations,
21
+ getTransactionCount,
22
+ getTransactionReceipt,
23
+ uninstallFilter,
24
+ waitForTransactionReceipt,
25
+ watchBlockNumber,
26
+ watchBlocks,
27
+ watchPendingTransactions
28
+ } from "./chunk-PPDHFNFM.mjs";
29
+ import "./chunk-PHAG5KUF.mjs";
30
+ import "./chunk-2HENAFQN.mjs";
31
+ export {
32
+ call,
33
+ callContract,
34
+ createBlockFilter,
35
+ createPendingTransactionFilter,
36
+ deployContract,
37
+ estimateGas,
38
+ getBalance,
39
+ getBlock,
40
+ getBlockNumber,
41
+ getBlockNumberCache,
42
+ getBlockTransactionCount,
43
+ getBytecode,
44
+ getChainId,
45
+ getFeeHistory,
46
+ getFilterChanges,
47
+ getFilterLogs,
48
+ getGasPrice,
49
+ getTransaction,
50
+ getTransactionConfirmations,
51
+ getTransactionCount,
52
+ getTransactionReceipt,
53
+ uninstallFilter,
54
+ waitForTransactionReceipt,
55
+ watchBlockNumber,
56
+ watchBlocks,
57
+ watchPendingTransactions
58
+ };