viem 0.3.0-jxom-refactor-pkgs.20230404T001109 → 0.3.0-jxom-get-value.20230405T010624
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abi.d.ts +3 -3
- package/dist/abi.js +2 -2
- package/dist/abi.mjs +1 -1
- package/dist/accounts/index.d.ts +14 -23
- package/dist/accounts/index.js +29 -38
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/index.mjs +22 -31
- package/dist/accounts/index.mjs.map +1 -1
- package/dist/{chain-5507c6f0.d.ts → chain-02c77999.d.ts} +4 -2
- package/dist/{chain-fe47467d.d.ts → chain-29e97b48.d.ts} +1 -1
- package/dist/chains.d.ts +3 -3
- package/dist/chains.js +89 -89
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-FYDOJUVR.js → chunk-237UQSMF.js} +6 -6
- package/dist/{chunk-IDHPAZVJ.js → chunk-26JXKZA7.js} +26 -22
- package/dist/chunk-26JXKZA7.js.map +1 -0
- package/dist/{chunk-AZCTVIMY.mjs → chunk-AUNKNGBO.mjs} +26 -22
- package/dist/chunk-AUNKNGBO.mjs.map +1 -0
- package/dist/{chunk-TDEQU4WU.mjs → chunk-VIJ4MQP3.mjs} +2 -2
- package/dist/contract.d.ts +9 -8
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/{createTransport-21a0d2b3.d.ts → createTransport-55339615.d.ts} +2 -2
- package/dist/{eip1193-2f3a9cd2.d.ts → eip1193-07d9c47f.d.ts} +1 -1
- package/dist/{encodeFunctionResult-c5185b98.d.ts → encodeFunctionResult-f7c8e382.d.ts} +12 -8
- package/dist/{encodePacked-98f67d09.d.ts → encodePacked-462bce62.d.ts} +1 -1
- package/dist/ens.d.ts +5 -5
- package/dist/ens.js +2 -2
- package/dist/ens.mjs +1 -1
- package/dist/ethers.d.ts +2 -2
- package/dist/ethers.js +4 -4
- package/dist/ethers.mjs +2 -2
- package/dist/{formatAbiItem-56dff508.d.ts → formatAbiItem-e5bbcadb.d.ts} +1 -1
- package/dist/{getAbiItem-bfba73d1.d.ts → getAbiItem-443d91a0.d.ts} +1 -1
- package/dist/{getEnsResolver-9e26c596.d.ts → getEnsResolver-314de6e9.d.ts} +5 -5
- package/dist/index.d.ts +17 -16
- package/dist/index.js +95 -95
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{parseGwei-d2147f8b.d.ts → parseGwei-4fb29d96.d.ts} +5 -5
- package/dist/public.d.ts +5 -5
- package/dist/public.js +2 -2
- package/dist/public.mjs +1 -1
- package/dist/{publicKeyToAddress-623eb398.d.ts → publicKeyToAddress-52476df3.d.ts} +2 -2
- package/dist/{test-b67569fe.d.ts → test-2d6d9a8d.d.ts} +3 -3
- package/dist/test.d.ts +5 -5
- package/dist/test.js +2 -2
- package/dist/test.mjs +1 -1
- package/dist/{typedData-46b4d81f.d.ts → typedData-337e8d8f.d.ts} +2 -2
- package/dist/utils/index.d.ts +16 -15
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wallet.d.ts +5 -5
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/dist/window.d.ts +2 -2
- package/package.json +1 -1
- package/dist/chunk-AZCTVIMY.mjs.map +0 -1
- package/dist/chunk-IDHPAZVJ.js.map +0 -1
- /package/dist/{chunk-FYDOJUVR.js.map → chunk-237UQSMF.js.map} +0 -0
- /package/dist/{chunk-TDEQU4WU.mjs.map → chunk-VIJ4MQP3.mjs.map} +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
import { Address, Abi, TypedData } from 'abitype';
|
2
|
-
import { B as ByteArray, H as Hex, C as Chain, a as Hash, i as BlockTag, ao as EventDefinition,
|
3
|
-
import { A as Account, T as TypedDataDefinition } from './typedData-
|
4
|
-
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters, W as WalletClient, P as PublicClient, b3 as GetAccountParameter } from './getEnsResolver-
|
5
|
-
import { a as DecodeErrorResultReturnType } from './encodeFunctionResult-
|
2
|
+
import { B as ByteArray, H as Hex, C as Chain, a as Hash, i as BlockTag, ao as EventDefinition, a5 as TransactionSerialized, a6 as TransactionSerializedEIP1559, a7 as TransactionSerializedEIP2930, a0 as TransactionSerializable, e as AccessList, a9 as TransactionType, a2 as TransactionSerializableEIP1559, a3 as TransactionSerializableEIP2930, a4 as TransactionSerializableLegacy, ap as Signature } from './chain-02c77999.js';
|
3
|
+
import { A as Account, T as TypedDataDefinition } from './typedData-337e8d8f.js';
|
4
|
+
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters, W as WalletClient, P as PublicClient, b3 as GetAccountParameter } from './getEnsResolver-314de6e9.js';
|
5
|
+
import { a as DecodeErrorResultReturnType } from './encodeFunctionResult-f7c8e382.js';
|
6
6
|
import WebSocket from 'isomorphic-ws';
|
7
|
-
import { a as Transport } from './createTransport-
|
7
|
+
import { a as Transport } from './createTransport-55339615.js';
|
8
8
|
|
9
9
|
declare function getAddress(address: string): Address;
|
10
10
|
|
package/dist/public.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-
|
2
|
-
import './createTransport-
|
3
|
-
import './eip1193-
|
1
|
+
export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-314de6e9.js';
|
2
|
+
import './createTransport-55339615.js';
|
3
|
+
import './eip1193-07d9c47f.js';
|
4
4
|
import 'abitype';
|
5
|
-
import './chain-
|
5
|
+
import './chain-02c77999.js';
|
6
6
|
import '@wagmi/chains';
|
7
|
-
import './typedData-
|
7
|
+
import './typedData-337e8d8f.js';
|
8
8
|
import '@scure/bip32';
|
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunk26JXKZA7js = require('./chunk-26JXKZA7.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkIDHPAZVJjs = require('./chunk-IDHPAZVJ.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunk26JXKZA7js.call; exports.createBlockFilter = _chunk26JXKZA7js.createBlockFilter; exports.createEventFilter = _chunk26JXKZA7js.createEventFilter; exports.createPendingTransactionFilter = _chunk26JXKZA7js.createPendingTransactionFilter; exports.estimateGas = _chunk26JXKZA7js.estimateGas; exports.getBalance = _chunk26JXKZA7js.getBalance; exports.getBlock = _chunk26JXKZA7js.getBlock; exports.getBlockNumber = _chunk26JXKZA7js.getBlockNumber; exports.getBlockNumberCache = _chunk26JXKZA7js.getBlockNumberCache; exports.getBlockTransactionCount = _chunk26JXKZA7js.getBlockTransactionCount; exports.getBytecode = _chunk26JXKZA7js.getBytecode; exports.getChainId = _chunk26JXKZA7js.getChainId; exports.getFeeHistory = _chunk26JXKZA7js.getFeeHistory; exports.getFilterChanges = _chunk26JXKZA7js.getFilterChanges; exports.getFilterLogs = _chunk26JXKZA7js.getFilterLogs; exports.getGasPrice = _chunk26JXKZA7js.getGasPrice; exports.getLogs = _chunk26JXKZA7js.getLogs; exports.getTransaction = _chunk26JXKZA7js.getTransaction; exports.getTransactionConfirmations = _chunk26JXKZA7js.getTransactionConfirmations; exports.getTransactionCount = _chunk26JXKZA7js.getTransactionCount; exports.getTransactionReceipt = _chunk26JXKZA7js.getTransactionReceipt; exports.uninstallFilter = _chunk26JXKZA7js.uninstallFilter; exports.waitForTransactionReceipt = _chunk26JXKZA7js.waitForTransactionReceipt; exports.watchBlockNumber = _chunk26JXKZA7js.watchBlockNumber; exports.watchBlocks = _chunk26JXKZA7js.watchBlocks; exports.watchEvent = _chunk26JXKZA7js.watchEvent; exports.watchPendingTransactions = _chunk26JXKZA7js.watchPendingTransactions;
|
59
59
|
//# sourceMappingURL=public.js.map
|
package/dist/public.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Address } from 'abitype';
|
2
|
-
import { A as Account } from './typedData-
|
3
|
-
import { H as Hex } from './chain-
|
2
|
+
import { A as Account } from './typedData-337e8d8f.js';
|
3
|
+
import { H as Hex } from './chain-02c77999.js';
|
4
4
|
|
5
5
|
declare function parseAccount(account: Address | Account): Account;
|
6
6
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { a as Transport, b as ClientConfig, C as Client } from './createTransport-
|
2
|
-
import { a as Hash, C as Chain,
|
3
|
-
import { T as TestRequests } from './eip1193-
|
1
|
+
import { a as Transport, b as ClientConfig, C as Client } from './createTransport-55339615.js';
|
2
|
+
import { a as Hash, C as Chain, J as RpcTransaction, an as Quantity, X as TransactionRequest, H as Hex } from './chain-02c77999.js';
|
3
|
+
import { T as TestRequests } from './eip1193-07d9c47f.js';
|
4
4
|
import { Address } from 'abitype';
|
5
5
|
import { Chain as Chain$1 } from '@wagmi/chains';
|
6
6
|
|
package/dist/test.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import { T as TestClient, r as TestClientMode } from './test-
|
2
|
-
export { D as DropTransactionParameters, I as ImpersonateAccountParameters, a as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, b as RevertParameters, S as SendUnsignedTransactionParameters, c as SendUnsignedTransactionReturnType, d as SetBalanceParameters, e as SetBlockGasLimitParameters, f as SetBlockTimestampIntervalParameters, g as SetCodeParameters, h as SetCoinbaseParameters, i as SetIntervalMiningParameters, j as SetMinGasPriceParameters, k as SetNextBlockBaseFeePerGasParameters, l as SetNextBlockTimestampParameters, m as SetNonceParameters, n as SetStorageAtParameters, o as StopImpersonatingAccountParameters, s as dropTransaction, t as getAutomine, u as getTxpoolContent, v as getTxpoolStatus, w as impersonateAccount, x as increaseTime, y as inspectTxpool, z as mine, A as reset, B as revert, C as sendUnsignedTransaction, E as setBalance, F as setBlockGasLimit, G as setBlockTimestampInterval, H as setCode, J as setCoinbase, K as setIntervalMining, L as setMinGasPrice, N as setNextBlockBaseFeePerGas, O as setNextBlockTimestamp, P as setNonce, Q as setStorageAt, U as stopImpersonatingAccount } from './test-
|
1
|
+
import { T as TestClient, r as TestClientMode } from './test-2d6d9a8d.js';
|
2
|
+
export { D as DropTransactionParameters, I as ImpersonateAccountParameters, a as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, b as RevertParameters, S as SendUnsignedTransactionParameters, c as SendUnsignedTransactionReturnType, d as SetBalanceParameters, e as SetBlockGasLimitParameters, f as SetBlockTimestampIntervalParameters, g as SetCodeParameters, h as SetCoinbaseParameters, i as SetIntervalMiningParameters, j as SetMinGasPriceParameters, k as SetNextBlockBaseFeePerGasParameters, l as SetNextBlockTimestampParameters, m as SetNonceParameters, n as SetStorageAtParameters, o as StopImpersonatingAccountParameters, s as dropTransaction, t as getAutomine, u as getTxpoolContent, v as getTxpoolStatus, w as impersonateAccount, x as increaseTime, y as inspectTxpool, z as mine, A as reset, B as revert, C as sendUnsignedTransaction, E as setBalance, F as setBlockGasLimit, G as setBlockTimestampInterval, H as setCode, J as setCoinbase, K as setIntervalMining, L as setMinGasPrice, N as setNextBlockBaseFeePerGas, O as setNextBlockTimestamp, P as setNonce, Q as setStorageAt, U as stopImpersonatingAccount } from './test-2d6d9a8d.js';
|
3
3
|
import { Chain } from '@wagmi/chains';
|
4
|
-
import { a as Transport } from './createTransport-
|
5
|
-
import { C as Chain$1 } from './chain-
|
6
|
-
import './eip1193-
|
4
|
+
import { a as Transport } from './createTransport-55339615.js';
|
5
|
+
import { C as Chain$1 } from './chain-02c77999.js';
|
6
|
+
import './eip1193-07d9c47f.js';
|
7
7
|
import 'abitype';
|
8
8
|
|
9
9
|
declare function removeBlockTimestampInterval<TChain extends Chain | undefined>(client: TestClient<TestClientMode, Transport, TChain>): Promise<void>;
|
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunk26JXKZA7js = require('./chunk-26JXKZA7.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkIDHPAZVJjs = require('./chunk-IDHPAZVJ.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunk26JXKZA7js.dropTransaction; exports.getAutomine = _chunk26JXKZA7js.getAutomine; exports.getTxpoolContent = _chunk26JXKZA7js.getTxpoolContent; exports.getTxpoolStatus = _chunk26JXKZA7js.getTxpoolStatus; exports.impersonateAccount = _chunk26JXKZA7js.impersonateAccount; exports.increaseTime = _chunk26JXKZA7js.increaseTime; exports.inspectTxpool = _chunk26JXKZA7js.inspectTxpool; exports.mine = _chunk26JXKZA7js.mine; exports.removeBlockTimestampInterval = _chunk26JXKZA7js.removeBlockTimestampInterval; exports.reset = _chunk26JXKZA7js.reset; exports.revert = _chunk26JXKZA7js.revert; exports.sendUnsignedTransaction = _chunk26JXKZA7js.sendUnsignedTransaction; exports.setAutomine = _chunk26JXKZA7js.setAutomine; exports.setBalance = _chunk26JXKZA7js.setBalance; exports.setBlockGasLimit = _chunk26JXKZA7js.setBlockGasLimit; exports.setBlockTimestampInterval = _chunk26JXKZA7js.setBlockTimestampInterval; exports.setCode = _chunk26JXKZA7js.setCode; exports.setCoinbase = _chunk26JXKZA7js.setCoinbase; exports.setIntervalMining = _chunk26JXKZA7js.setIntervalMining; exports.setLoggingEnabled = _chunk26JXKZA7js.setLoggingEnabled; exports.setMinGasPrice = _chunk26JXKZA7js.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunk26JXKZA7js.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunk26JXKZA7js.setNextBlockTimestamp; exports.setNonce = _chunk26JXKZA7js.setNonce; exports.setRpcUrl = _chunk26JXKZA7js.setRpcUrl; exports.setStorageAt = _chunk26JXKZA7js.setStorageAt; exports.snapshot = _chunk26JXKZA7js.snapshot; exports.stopImpersonatingAccount = _chunk26JXKZA7js.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { HDKey } from '@scure/bip32';
|
2
2
|
import { Address, TypedData, TypedDataToPrimitiveTypes, TypedDataDomain, Narrow } from 'abitype';
|
3
|
-
import { a as Hash,
|
3
|
+
import { a as Hash, a0 as TransactionSerializable, H as Hex } from './chain-02c77999.js';
|
4
4
|
|
5
5
|
type Account<TAddress extends Address = Address> = JsonRpcAccount<TAddress> | LocalAccount<string, TAddress>;
|
6
6
|
type AccountSource = Address | CustomSource;
|
@@ -90,4 +90,4 @@ type GetTypedDataTypes<TTypedData extends TypedData | {
|
|
90
90
|
types: Narrow<TTypedData>;
|
91
91
|
};
|
92
92
|
|
93
|
-
export { Account as A, CustomSource as C, HDAccount as H, JsonRpcAccount as J, LocalAccount as L, PrivateKeyAccount as P, TypedDataDefinition as T, AccountSource as a,
|
93
|
+
export { Account as A, CustomSource as C, GetTypedDataDomain as G, HDAccount as H, JsonRpcAccount as J, LocalAccount as L, PrivateKeyAccount as P, TypedDataDefinition as T, AccountSource as a, GetTypedDataMessage as b, GetTypedDataPrimaryType as c, GetTypedDataTypes as d, HDOptions as e };
|
package/dist/utils/index.d.ts
CHANGED
@@ -1,20 +1,21 @@
|
|
1
1
|
export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters } from 'abitype';
|
2
|
-
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-
|
3
|
-
export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-
|
4
|
-
export { e as encodePacked } from '../encodePacked-
|
5
|
-
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-
|
6
|
-
export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-
|
7
|
-
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-
|
8
|
-
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-
|
9
|
-
export { d as defineChain, g as getChainContractAddress } from '../chain-
|
10
|
-
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-
|
11
|
-
export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-
|
12
|
-
import {
|
13
|
-
export {
|
14
|
-
import { A as Account } from '../typedData-
|
2
|
+
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-443d91a0.js';
|
3
|
+
export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-f7c8e382.js';
|
4
|
+
export { e as encodePacked } from '../encodePacked-462bce62.js';
|
5
|
+
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-e5bbcadb.js';
|
6
|
+
export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-52476df3.js';
|
7
|
+
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-4fb29d96.js';
|
8
|
+
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-4fb29d96.js';
|
9
|
+
export { d as defineChain, g as getChainContractAddress } from '../chain-29e97b48.js';
|
10
|
+
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-314de6e9.js';
|
11
|
+
export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-314de6e9.js';
|
12
|
+
import { aj as Formatter, C as Chain } from '../chain-02c77999.js';
|
13
|
+
export { ab as ExtractFormatter, ac as Formatted, ad as FormattedTransaction, ae as TransactionFormatter, ar as defineFormatter, af as defineTransaction, as as format, ag as formatTransaction, ah as transactionType } from '../chain-02c77999.js';
|
14
|
+
import { A as Account } from '../typedData-337e8d8f.js';
|
15
|
+
import 'abitype/dist/abi-7aa1f183';
|
15
16
|
import 'isomorphic-ws';
|
16
|
-
import '../createTransport-
|
17
|
-
import '../eip1193-
|
17
|
+
import '../createTransport-55339615.js';
|
18
|
+
import '../eip1193-07d9c47f.js';
|
18
19
|
import '@wagmi/chains';
|
19
20
|
import '@scure/bip32';
|
20
21
|
|
package/dist/utils/index.js
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var
|
121
|
+
var _chunk26JXKZA7js = require('../chunk-26JXKZA7.js');
|
122
122
|
|
123
123
|
|
124
124
|
|
@@ -239,5 +239,5 @@ var _chunkIDHPAZVJjs = require('../chunk-IDHPAZVJ.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
exports.arrayRegex =
|
242
|
+
exports.arrayRegex = _chunk26JXKZA7js.arrayRegex; exports.assertRequest = _chunk26JXKZA7js.assertRequest; exports.assertTransactionEIP1559 = _chunk26JXKZA7js.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunk26JXKZA7js.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunk26JXKZA7js.assertTransactionLegacy; exports.boolToBytes = _chunk26JXKZA7js.boolToBytes; exports.boolToHex = _chunk26JXKZA7js.boolToHex; exports.buildRequest = _chunk26JXKZA7js.buildRequest; exports.bytesRegex = _chunk26JXKZA7js.bytesRegex; exports.bytesToBigint = _chunk26JXKZA7js.bytesToBigint; exports.bytesToBool = _chunk26JXKZA7js.bytesToBool; exports.bytesToHex = _chunk26JXKZA7js.bytesToHex; exports.bytesToNumber = _chunk26JXKZA7js.bytesToNumber; exports.bytesToString = _chunk26JXKZA7js.bytesToString; exports.concat = _chunk26JXKZA7js.concat; exports.concatBytes = _chunk26JXKZA7js.concatBytes; exports.concatHex = _chunk26JXKZA7js.concatHex; exports.containsNodeError = _chunk26JXKZA7js.containsNodeError; exports.decodeAbiParameters = _chunk26JXKZA7js.decodeAbiParameters; exports.decodeErrorResult = _chunk26JXKZA7js.decodeErrorResult; exports.decodeEventLog = _chunk26JXKZA7js.decodeEventLog; exports.decodeFunctionData = _chunk26JXKZA7js.decodeFunctionData; exports.decodeFunctionResult = _chunk26JXKZA7js.decodeFunctionResult; exports.defineBlock = _chunk26JXKZA7js.defineBlock; exports.defineChain = _chunk26JXKZA7js.defineChain; exports.defineFormatter = _chunk26JXKZA7js.defineFormatter; exports.defineTransaction = _chunk26JXKZA7js.defineTransaction; exports.defineTransactionReceipt = _chunk26JXKZA7js.defineTransactionReceipt; exports.defineTransactionRequest = _chunk26JXKZA7js.defineTransactionRequest; exports.encodeAbiParameters = _chunk26JXKZA7js.encodeAbiParameters; exports.encodeDeployData = _chunk26JXKZA7js.encodeDeployData; exports.encodeErrorResult = _chunk26JXKZA7js.encodeErrorResult; exports.encodeEventTopics = _chunk26JXKZA7js.encodeEventTopics; exports.encodeFunctionData = _chunk26JXKZA7js.encodeFunctionData; exports.encodeFunctionResult = _chunk26JXKZA7js.encodeFunctionResult; exports.encodePacked = _chunk26JXKZA7js.encodePacked; exports.extract = _chunk26JXKZA7js.extract; exports.extractFunctionName = _chunk26JXKZA7js.extractFunctionName; exports.extractFunctionParams = _chunk26JXKZA7js.extractFunctionParams; exports.extractFunctionParts = _chunk26JXKZA7js.extractFunctionParts; exports.extractFunctionType = _chunk26JXKZA7js.extractFunctionType; exports.format = _chunk26JXKZA7js.format; exports.formatAbiItem = _chunk26JXKZA7js.formatAbiItem; exports.formatAbiItemWithArgs = _chunk26JXKZA7js.formatAbiItemWithArgs; exports.formatBlock = _chunk26JXKZA7js.formatBlock; exports.formatEther = _chunk26JXKZA7js.formatEther; exports.formatGwei = _chunk26JXKZA7js.formatGwei; exports.formatTransaction = _chunk26JXKZA7js.formatTransaction; exports.formatTransactionRequest = _chunk26JXKZA7js.formatTransactionRequest; exports.formatUnits = _chunk26JXKZA7js.formatUnits; exports.fromBytes = _chunk26JXKZA7js.fromBytes; exports.fromHex = _chunk26JXKZA7js.fromHex; exports.fromRlp = _chunk26JXKZA7js.fromRlp; exports.getAbiItem = _chunk26JXKZA7js.getAbiItem; exports.getAddress = _chunk26JXKZA7js.getAddress; exports.getCallError = _chunk26JXKZA7js.getCallError; exports.getChainContractAddress = _chunk26JXKZA7js.getChainContractAddress; exports.getContractAddress = _chunk26JXKZA7js.getContractAddress; exports.getContractError = _chunk26JXKZA7js.getContractError; exports.getCreate2Address = _chunk26JXKZA7js.getCreate2Address; exports.getCreateAddress = _chunk26JXKZA7js.getCreateAddress; exports.getEstimateGasError = _chunk26JXKZA7js.getEstimateGasError; exports.getEventSelector = _chunk26JXKZA7js.getEventSelector; exports.getFunctionSelector = _chunk26JXKZA7js.getFunctionSelector; exports.getNodeError = _chunk26JXKZA7js.getNodeError; exports.getSerializedTransactionType = _chunk26JXKZA7js.getSerializedTransactionType; exports.getSocket = _chunk26JXKZA7js.getSocket; exports.getTransactionError = _chunk26JXKZA7js.getTransactionError; exports.getTransactionType = _chunk26JXKZA7js.getTransactionType; exports.hashMessage = _chunk26JXKZA7js.hashMessage; exports.hashTypedData = _chunk26JXKZA7js.hashTypedData; exports.hexToBigInt = _chunk26JXKZA7js.hexToBigInt; exports.hexToBool = _chunk26JXKZA7js.hexToBool; exports.hexToBytes = _chunk26JXKZA7js.hexToBytes; exports.hexToNumber = _chunk26JXKZA7js.hexToNumber; exports.hexToString = _chunk26JXKZA7js.hexToString; exports.integerRegex = _chunk26JXKZA7js.integerRegex; exports.isAddress = _chunk26JXKZA7js.isAddress; exports.isAddressEqual = _chunk26JXKZA7js.isAddressEqual; exports.isBytes = _chunk26JXKZA7js.isBytes; exports.isHash = _chunk26JXKZA7js.isHash; exports.isHex = _chunk26JXKZA7js.isHex; exports.keccak256 = _chunk26JXKZA7js.keccak256; exports.numberToBytes = _chunk26JXKZA7js.numberToBytes; exports.numberToHex = _chunk26JXKZA7js.numberToHex; exports.pad = _chunk26JXKZA7js.pad; exports.padBytes = _chunk26JXKZA7js.padBytes; exports.padHex = _chunk26JXKZA7js.padHex; exports.parseAbi = _chunk26JXKZA7js.parseAbi; exports.parseAbiItem = _chunk26JXKZA7js.parseAbiItem; exports.parseAbiParameter = _chunk26JXKZA7js.parseAbiParameter; exports.parseAbiParameters = _chunk26JXKZA7js.parseAbiParameters; exports.parseAccount = _chunk26JXKZA7js.parseAccount; exports.parseEther = _chunk26JXKZA7js.parseEther; exports.parseGwei = _chunk26JXKZA7js.parseGwei; exports.parseTransaction = _chunk26JXKZA7js.parseTransaction; exports.parseUnits = _chunk26JXKZA7js.parseUnits; exports.prepareRequest = _chunk26JXKZA7js.prepareRequest; exports.publicKeyToAddress = _chunk26JXKZA7js.publicKeyToAddress; exports.recoverAddress = _chunk26JXKZA7js.recoverAddress; exports.recoverMessageAddress = _chunk26JXKZA7js.recoverMessageAddress; exports.recoverTypedDataAddress = _chunk26JXKZA7js.recoverTypedDataAddress; exports.rpc = _chunk26JXKZA7js.rpc; exports.serializeTransaction = _chunk26JXKZA7js.serializeTransaction; exports.size = _chunk26JXKZA7js.size; exports.slice = _chunk26JXKZA7js.slice; exports.sliceBytes = _chunk26JXKZA7js.sliceBytes; exports.sliceHex = _chunk26JXKZA7js.sliceHex; exports.stringToBytes = _chunk26JXKZA7js.stringToBytes; exports.stringToHex = _chunk26JXKZA7js.stringToHex; exports.stringify = _chunk26JXKZA7js.stringify; exports.toBytes = _chunk26JXKZA7js.toBytes; exports.toHex = _chunk26JXKZA7js.toHex; exports.toRlp = _chunk26JXKZA7js.toRlp; exports.transactionType = _chunk26JXKZA7js.transactionType; exports.trim = _chunk26JXKZA7js.trim; exports.validateTypedData = _chunk26JXKZA7js.validateTypedData; exports.verifyMessage = _chunk26JXKZA7js.verifyMessage; exports.verifyTypedData = _chunk26JXKZA7js.verifyTypedData;
|
243
243
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
package/dist/wallet.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-
|
2
|
-
import './createTransport-
|
3
|
-
import './eip1193-
|
1
|
+
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-314de6e9.js';
|
2
|
+
import './createTransport-55339615.js';
|
3
|
+
import './eip1193-07d9c47f.js';
|
4
4
|
import 'abitype';
|
5
|
-
import './chain-
|
5
|
+
import './chain-02c77999.js';
|
6
6
|
import '@wagmi/chains';
|
7
|
-
import './typedData-
|
7
|
+
import './typedData-337e8d8f.js';
|
8
8
|
import '@scure/bip32';
|
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunk26JXKZA7js = require('./chunk-26JXKZA7.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkIDHPAZVJjs = require('./chunk-IDHPAZVJ.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunk26JXKZA7js.addChain; exports.getAddresses = _chunk26JXKZA7js.getAddresses; exports.getPermissions = _chunk26JXKZA7js.getPermissions; exports.requestAddresses = _chunk26JXKZA7js.requestAddresses; exports.requestPermissions = _chunk26JXKZA7js.requestPermissions; exports.sendTransaction = _chunk26JXKZA7js.sendTransaction; exports.signMessage = _chunk26JXKZA7js.signMessage; exports.signTypedData = _chunk26JXKZA7js.signTypedData; exports.switchChain = _chunk26JXKZA7js.switchChain; exports.watchAsset = _chunk26JXKZA7js.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED
package/dist/window.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { R as Requests, E as Events } from './eip1193-
|
1
|
+
import { R as Requests, E as Events } from './eip1193-07d9c47f.js';
|
2
2
|
import 'abitype';
|
3
|
-
import './chain-
|
3
|
+
import './chain-02c77999.js';
|
4
4
|
import '@wagmi/chains';
|
5
5
|
|
6
6
|
type WindowProvider = Requests & Events;
|