wagmi 2.9.7 → 2.9.8
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/esm/context.js +0 -1
- package/dist/esm/context.js.map +1 -1
- package/dist/esm/experimental/hooks/useCallsStatus.js +0 -2
- package/dist/esm/experimental/hooks/useCallsStatus.js.map +1 -1
- package/dist/esm/experimental/hooks/useCapabilities.js +0 -2
- package/dist/esm/experimental/hooks/useCapabilities.js.map +1 -1
- package/dist/esm/experimental/hooks/useWriteContracts.js.map +1 -1
- package/dist/esm/exports/actions.js +2 -0
- package/dist/esm/exports/actions.js.map +1 -1
- package/dist/esm/exports/chains.js +2 -0
- package/dist/esm/exports/chains.js.map +1 -1
- package/dist/esm/exports/codegen.js +2 -0
- package/dist/esm/exports/codegen.js.map +1 -1
- package/dist/esm/exports/connectors.js +2 -0
- package/dist/esm/exports/connectors.js.map +1 -1
- package/dist/esm/exports/experimental.js +1 -0
- package/dist/esm/exports/experimental.js.map +1 -1
- package/dist/esm/exports/index.js +1 -0
- package/dist/esm/exports/index.js.map +1 -1
- package/dist/esm/exports/query.js +2 -0
- package/dist/esm/exports/query.js.map +1 -1
- package/dist/esm/hooks/codegen/createUseReadContract.js +0 -5
- package/dist/esm/hooks/codegen/createUseReadContract.js.map +1 -1
- package/dist/esm/hooks/codegen/createUseSimulateContract.js +0 -5
- package/dist/esm/hooks/codegen/createUseSimulateContract.js.map +1 -1
- package/dist/esm/hooks/codegen/createUseWatchContractEvent.js +0 -4
- package/dist/esm/hooks/codegen/createUseWatchContractEvent.js.map +1 -1
- package/dist/esm/hooks/codegen/createUseWriteContract.js +0 -5
- package/dist/esm/hooks/codegen/createUseWriteContract.js.map +1 -1
- package/dist/esm/hooks/useAccount.js +0 -1
- package/dist/esm/hooks/useAccount.js.map +1 -1
- package/dist/esm/hooks/useBalance.js +0 -1
- package/dist/esm/hooks/useBalance.js.map +1 -1
- package/dist/esm/hooks/useBlock.js +0 -2
- package/dist/esm/hooks/useBlock.js.map +1 -1
- package/dist/esm/hooks/useBlockNumber.js +0 -2
- package/dist/esm/hooks/useBlockNumber.js.map +1 -1
- package/dist/esm/hooks/useBlockTransactionCount.js +0 -2
- package/dist/esm/hooks/useBlockTransactionCount.js.map +1 -1
- package/dist/esm/hooks/useBytecode.js +0 -3
- package/dist/esm/hooks/useBytecode.js.map +1 -1
- package/dist/esm/hooks/useCall.js +0 -1
- package/dist/esm/hooks/useCall.js.map +1 -1
- package/dist/esm/hooks/useConfig.js +0 -1
- package/dist/esm/hooks/useConfig.js.map +1 -1
- package/dist/esm/hooks/useConnect.js +0 -1
- package/dist/esm/hooks/useConnect.js.map +1 -1
- package/dist/esm/hooks/useConnectorClient.js +2 -3
- package/dist/esm/hooks/useConnectorClient.js.map +1 -1
- package/dist/esm/hooks/useDisconnect.js +0 -1
- package/dist/esm/hooks/useDisconnect.js.map +1 -1
- package/dist/esm/hooks/useEnsAddress.js +0 -1
- package/dist/esm/hooks/useEnsAddress.js.map +1 -1
- package/dist/esm/hooks/useEnsAvatar.js +0 -1
- package/dist/esm/hooks/useEnsAvatar.js.map +1 -1
- package/dist/esm/hooks/useEnsName.js +0 -1
- package/dist/esm/hooks/useEnsName.js.map +1 -1
- package/dist/esm/hooks/useEnsResolver.js +0 -1
- package/dist/esm/hooks/useEnsResolver.js.map +1 -1
- package/dist/esm/hooks/useEnsText.js +0 -1
- package/dist/esm/hooks/useEnsText.js.map +1 -1
- package/dist/esm/hooks/useEstimateFeesPerGas.js +0 -2
- package/dist/esm/hooks/useEstimateFeesPerGas.js.map +1 -1
- package/dist/esm/hooks/useEstimateMaxPriorityFeePerGas.js +0 -2
- package/dist/esm/hooks/useEstimateMaxPriorityFeePerGas.js.map +1 -1
- package/dist/esm/hooks/useFeeHistory.js +0 -2
- package/dist/esm/hooks/useFeeHistory.js.map +1 -1
- package/dist/esm/hooks/useGasPrice.js +0 -2
- package/dist/esm/hooks/useGasPrice.js.map +1 -1
- package/dist/esm/hooks/usePrepareTransactionRequest.js +0 -3
- package/dist/esm/hooks/usePrepareTransactionRequest.js.map +1 -1
- package/dist/esm/hooks/useProof.js +0 -3
- package/dist/esm/hooks/useProof.js.map +1 -1
- package/dist/esm/hooks/useReadContract.js +0 -3
- package/dist/esm/hooks/useReadContract.js.map +1 -1
- package/dist/esm/hooks/useReadContracts.js +0 -4
- package/dist/esm/hooks/useReadContracts.js.map +1 -1
- package/dist/esm/hooks/useReconnect.js +0 -1
- package/dist/esm/hooks/useReconnect.js.map +1 -1
- package/dist/esm/hooks/useSignMessage.js +0 -1
- package/dist/esm/hooks/useSignMessage.js.map +1 -1
- package/dist/esm/hooks/useSimulateContract.js +0 -1
- package/dist/esm/hooks/useSimulateContract.js.map +1 -1
- package/dist/esm/hooks/useStorageAt.js +0 -3
- package/dist/esm/hooks/useStorageAt.js.map +1 -1
- package/dist/esm/hooks/useSwitchChain.js +0 -4
- package/dist/esm/hooks/useSwitchChain.js.map +1 -1
- package/dist/esm/hooks/useSyncExternalStoreWithTracked.js +6 -4
- package/dist/esm/hooks/useSyncExternalStoreWithTracked.js.map +1 -1
- package/dist/esm/hooks/useToken.js +0 -1
- package/dist/esm/hooks/useToken.js.map +1 -1
- package/dist/esm/hooks/useTransaction.js +0 -1
- package/dist/esm/hooks/useTransaction.js.map +1 -1
- package/dist/esm/hooks/useTransactionConfirmations.js +0 -2
- package/dist/esm/hooks/useTransactionConfirmations.js.map +1 -1
- package/dist/esm/hooks/useTransactionCount.js +0 -1
- package/dist/esm/hooks/useTransactionCount.js.map +1 -1
- package/dist/esm/hooks/useTransactionReceipt.js +0 -4
- package/dist/esm/hooks/useTransactionReceipt.js.map +1 -1
- package/dist/esm/hooks/useVerifyMessage.js +0 -1
- package/dist/esm/hooks/useVerifyMessage.js.map +1 -1
- package/dist/esm/hooks/useVerifyTypedData.js +0 -2
- package/dist/esm/hooks/useVerifyTypedData.js.map +1 -1
- package/dist/esm/hooks/useWaitForTransactionReceipt.js +0 -1
- package/dist/esm/hooks/useWaitForTransactionReceipt.js.map +1 -1
- package/dist/esm/hooks/useWalletClient.js +2 -3
- package/dist/esm/hooks/useWalletClient.js.map +1 -1
- package/dist/esm/hooks/useWatchBlockNumber.js +0 -1
- package/dist/esm/hooks/useWatchBlockNumber.js.map +1 -1
- package/dist/esm/hooks/useWatchBlocks.js +0 -1
- package/dist/esm/hooks/useWatchBlocks.js.map +1 -1
- package/dist/esm/hooks/useWatchContractEvent.js +0 -1
- package/dist/esm/hooks/useWatchContractEvent.js.map +1 -1
- package/dist/esm/hooks/useWatchPendingTransactions.js +0 -1
- package/dist/esm/hooks/useWatchPendingTransactions.js.map +1 -1
- package/dist/esm/hydrate.js +1 -1
- package/dist/esm/hydrate.js.map +1 -1
- package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/types/properties.js +1 -3
- package/dist/esm/types/properties.js.map +1 -1
- package/dist/esm/utils/query.js +1 -2
- package/dist/esm/utils/query.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/context.d.ts +1 -1
- package/dist/types/context.d.ts.map +1 -1
- package/dist/types/experimental/hooks/useCallsStatus.d.ts +2 -2
- package/dist/types/experimental/hooks/useCallsStatus.d.ts.map +1 -1
- package/dist/types/experimental/hooks/useCapabilities.d.ts +2 -2
- package/dist/types/experimental/hooks/useCapabilities.d.ts.map +1 -1
- package/dist/types/experimental/hooks/useShowCallsStatus.d.ts.map +1 -1
- package/dist/types/experimental/hooks/useWriteContracts.d.ts.map +1 -1
- package/dist/types/exports/actions.d.ts.map +1 -1
- package/dist/types/exports/chains.d.ts.map +1 -1
- package/dist/types/exports/codegen.d.ts.map +1 -1
- package/dist/types/exports/connectors.d.ts.map +1 -1
- package/dist/types/exports/experimental.d.ts.map +1 -1
- package/dist/types/exports/index.d.ts.map +1 -1
- package/dist/types/exports/query.d.ts.map +1 -1
- package/dist/types/hooks/codegen/createUseReadContract.d.ts +5 -5
- package/dist/types/hooks/codegen/createUseReadContract.d.ts.map +1 -1
- package/dist/types/hooks/codegen/createUseSimulateContract.d.ts +5 -5
- package/dist/types/hooks/codegen/createUseSimulateContract.d.ts.map +1 -1
- package/dist/types/hooks/codegen/createUseWatchContractEvent.d.ts +4 -4
- package/dist/types/hooks/codegen/createUseWatchContractEvent.d.ts.map +1 -1
- package/dist/types/hooks/codegen/createUseWriteContract.d.ts +5 -5
- package/dist/types/hooks/codegen/createUseWriteContract.d.ts.map +1 -1
- package/dist/types/hooks/useAccount.d.ts +1 -1
- package/dist/types/hooks/useAccount.d.ts.map +1 -1
- package/dist/types/hooks/useBalance.d.ts +1 -1
- package/dist/types/hooks/useBalance.d.ts.map +1 -1
- package/dist/types/hooks/useBlock.d.ts +2 -2
- package/dist/types/hooks/useBlock.d.ts.map +1 -1
- package/dist/types/hooks/useBlockNumber.d.ts +2 -2
- package/dist/types/hooks/useBlockNumber.d.ts.map +1 -1
- package/dist/types/hooks/useBlockTransactionCount.d.ts +2 -2
- package/dist/types/hooks/useBlockTransactionCount.d.ts.map +1 -1
- package/dist/types/hooks/useBytecode.d.ts +3 -3
- package/dist/types/hooks/useBytecode.d.ts.map +1 -1
- package/dist/types/hooks/useCall.d.ts +1 -1
- package/dist/types/hooks/useCall.d.ts.map +1 -1
- package/dist/types/hooks/useConfig.d.ts +1 -1
- package/dist/types/hooks/useConfig.d.ts.map +1 -1
- package/dist/types/hooks/useConnect.d.ts +1 -1
- package/dist/types/hooks/useConnect.d.ts.map +1 -1
- package/dist/types/hooks/useConnectorClient.d.ts +1 -1
- package/dist/types/hooks/useConnectorClient.d.ts.map +1 -1
- package/dist/types/hooks/useDisconnect.d.ts +1 -1
- package/dist/types/hooks/useDisconnect.d.ts.map +1 -1
- package/dist/types/hooks/useEnsAddress.d.ts +1 -1
- package/dist/types/hooks/useEnsAddress.d.ts.map +1 -1
- package/dist/types/hooks/useEnsAvatar.d.ts +1 -1
- package/dist/types/hooks/useEnsAvatar.d.ts.map +1 -1
- package/dist/types/hooks/useEnsName.d.ts +1 -1
- package/dist/types/hooks/useEnsName.d.ts.map +1 -1
- package/dist/types/hooks/useEnsResolver.d.ts +1 -1
- package/dist/types/hooks/useEnsResolver.d.ts.map +1 -1
- package/dist/types/hooks/useEnsText.d.ts +1 -1
- package/dist/types/hooks/useEnsText.d.ts.map +1 -1
- package/dist/types/hooks/useEstimateFeesPerGas.d.ts +2 -2
- package/dist/types/hooks/useEstimateFeesPerGas.d.ts.map +1 -1
- package/dist/types/hooks/useEstimateMaxPriorityFeePerGas.d.ts +2 -2
- package/dist/types/hooks/useEstimateMaxPriorityFeePerGas.d.ts.map +1 -1
- package/dist/types/hooks/useFeeHistory.d.ts +2 -2
- package/dist/types/hooks/useFeeHistory.d.ts.map +1 -1
- package/dist/types/hooks/useGasPrice.d.ts +2 -2
- package/dist/types/hooks/useGasPrice.d.ts.map +1 -1
- package/dist/types/hooks/usePrepareTransactionRequest.d.ts +3 -3
- package/dist/types/hooks/usePrepareTransactionRequest.d.ts.map +1 -1
- package/dist/types/hooks/useProof.d.ts +3 -3
- package/dist/types/hooks/useProof.d.ts.map +1 -1
- package/dist/types/hooks/useReadContract.d.ts +3 -3
- package/dist/types/hooks/useReadContract.d.ts.map +1 -1
- package/dist/types/hooks/useReadContracts.d.ts +4 -4
- package/dist/types/hooks/useReadContracts.d.ts.map +1 -1
- package/dist/types/hooks/useReconnect.d.ts +1 -1
- package/dist/types/hooks/useReconnect.d.ts.map +1 -1
- package/dist/types/hooks/useSignMessage.d.ts +1 -1
- package/dist/types/hooks/useSignMessage.d.ts.map +1 -1
- package/dist/types/hooks/useSimulateContract.d.ts +1 -1
- package/dist/types/hooks/useSimulateContract.d.ts.map +1 -1
- package/dist/types/hooks/useStorageAt.d.ts +3 -3
- package/dist/types/hooks/useStorageAt.d.ts.map +1 -1
- package/dist/types/hooks/useSwitchChain.d.ts +4 -4
- package/dist/types/hooks/useSwitchChain.d.ts.map +1 -1
- package/dist/types/hooks/useSyncExternalStoreWithTracked.d.ts.map +1 -1
- package/dist/types/hooks/useToken.d.ts +1 -1
- package/dist/types/hooks/useToken.d.ts.map +1 -1
- package/dist/types/hooks/useTransaction.d.ts +1 -1
- package/dist/types/hooks/useTransaction.d.ts.map +1 -1
- package/dist/types/hooks/useTransactionConfirmations.d.ts +2 -2
- package/dist/types/hooks/useTransactionConfirmations.d.ts.map +1 -1
- package/dist/types/hooks/useTransactionCount.d.ts +1 -1
- package/dist/types/hooks/useTransactionCount.d.ts.map +1 -1
- package/dist/types/hooks/useTransactionReceipt.d.ts +4 -4
- package/dist/types/hooks/useTransactionReceipt.d.ts.map +1 -1
- package/dist/types/hooks/useVerifyMessage.d.ts +1 -1
- package/dist/types/hooks/useVerifyMessage.d.ts.map +1 -1
- package/dist/types/hooks/useVerifyTypedData.d.ts +2 -2
- package/dist/types/hooks/useVerifyTypedData.d.ts.map +1 -1
- package/dist/types/hooks/useWaitForTransactionReceipt.d.ts +1 -1
- package/dist/types/hooks/useWaitForTransactionReceipt.d.ts.map +1 -1
- package/dist/types/hooks/useWalletClient.d.ts +1 -1
- package/dist/types/hooks/useWalletClient.d.ts.map +1 -1
- package/dist/types/hooks/useWatchBlockNumber.d.ts +1 -1
- package/dist/types/hooks/useWatchBlockNumber.d.ts.map +1 -1
- package/dist/types/hooks/useWatchBlocks.d.ts +1 -1
- package/dist/types/hooks/useWatchBlocks.d.ts.map +1 -1
- package/dist/types/hooks/useWatchContractEvent.d.ts +1 -1
- package/dist/types/hooks/useWatchContractEvent.d.ts.map +1 -1
- package/dist/types/hooks/useWatchPendingTransactions.d.ts +1 -1
- package/dist/types/hooks/useWatchPendingTransactions.d.ts.map +1 -1
- package/dist/types/types/properties.d.ts +3 -3
- package/dist/types/types/properties.d.ts.map +1 -1
- package/dist/types/utils/query.d.ts +1 -1
- package/dist/types/utils/query.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/context.ts +1 -1
- package/src/experimental/hooks/useCallsStatus.ts +2 -2
- package/src/experimental/hooks/useCapabilities.ts +2 -2
- package/src/experimental/hooks/useShowCallsStatus.ts +1 -1
- package/src/experimental/hooks/useWriteContracts.ts +2 -1
- package/src/exports/actions.ts +2 -0
- package/src/exports/chains.ts +2 -0
- package/src/exports/codegen.ts +2 -0
- package/src/exports/connectors.ts +2 -0
- package/src/exports/experimental.ts +1 -0
- package/src/exports/index.ts +1 -0
- package/src/exports/query.ts +2 -0
- package/src/hooks/codegen/createUseReadContract.ts +20 -23
- package/src/hooks/codegen/createUseSimulateContract.ts +16 -19
- package/src/hooks/codegen/createUseWatchContractEvent.ts +14 -13
- package/src/hooks/codegen/createUseWriteContract.ts +19 -19
- package/src/hooks/useAccount.ts +1 -1
- package/src/hooks/useBalance.ts +1 -5
- package/src/hooks/useBlock.ts +8 -13
- package/src/hooks/useBlockNumber.ts +9 -11
- package/src/hooks/useBlockTransactionCount.ts +9 -7
- package/src/hooks/useBytecode.ts +6 -9
- package/src/hooks/useCall.ts +1 -5
- package/src/hooks/useConfig.ts +1 -1
- package/src/hooks/useConnect.ts +1 -5
- package/src/hooks/useConnectorClient.ts +9 -6
- package/src/hooks/useDisconnect.ts +1 -1
- package/src/hooks/useEnsAddress.ts +1 -1
- package/src/hooks/useEnsAvatar.ts +1 -1
- package/src/hooks/useEnsName.ts +1 -1
- package/src/hooks/useEnsResolver.ts +1 -1
- package/src/hooks/useEnsText.ts +1 -1
- package/src/hooks/useEstimateFeesPerGas.ts +5 -5
- package/src/hooks/useEstimateMaxPriorityFeePerGas.ts +5 -5
- package/src/hooks/useFeeHistory.ts +9 -7
- package/src/hooks/useGasPrice.ts +9 -7
- package/src/hooks/usePrepareTransactionRequest.ts +7 -10
- package/src/hooks/useProof.ts +3 -10
- package/src/hooks/useReadContract.ts +6 -10
- package/src/hooks/useReadContracts.ts +7 -10
- package/src/hooks/useReconnect.ts +1 -1
- package/src/hooks/useSignMessage.ts +1 -1
- package/src/hooks/useSimulateContract.ts +1 -4
- package/src/hooks/useStorageAt.ts +6 -9
- package/src/hooks/useSwitchChain.ts +9 -9
- package/src/hooks/useSyncExternalStoreWithTracked.ts +18 -20
- package/src/hooks/useToken.ts +1 -1
- package/src/hooks/useTransaction.ts +7 -4
- package/src/hooks/useTransactionConfirmations.ts +5 -8
- package/src/hooks/useTransactionCount.ts +4 -4
- package/src/hooks/useTransactionReceipt.ts +13 -13
- package/src/hooks/useVerifyMessage.ts +4 -4
- package/src/hooks/useVerifyTypedData.ts +5 -5
- package/src/hooks/useWaitForTransactionReceipt.ts +7 -4
- package/src/hooks/useWalletClient.ts +9 -6
- package/src/hooks/useWatchBlockNumber.ts +5 -3
- package/src/hooks/useWatchBlocks.ts +5 -3
- package/src/hooks/useWatchContractEvent.ts +5 -3
- package/src/hooks/useWatchPendingTransactions.ts +5 -3
- package/src/hydrate.ts +1 -1
- package/src/types/properties.ts +3 -3
- package/src/utils/query.ts +6 -6
- package/src/version.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsName.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsName.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useEnsName.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsName.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,cAAc,IACzB,QAAQ,CACV,iBAAiB,CAAC,MAAM,CAAC,GACvB,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,qBAAqB,EACrB,mBAAmB,EACnB,UAAU,EACV,kBAAkB,CAAC,MAAM,CAAC,CAC3B,CACJ,CAAA;AAED,MAAM,MAAM,oBAAoB,CAAC,UAAU,GAAG,cAAc,IAC1D,kBAAkB,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAErD,kDAAkD;AAClD,wBAAgB,UAAU,CACxB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,cAAc,EAE3B,UAAU,GAAE,oBAAoB,CAAC,MAAM,EAAE,UAAU,CAAM,GACxD,oBAAoB,CAAC,UAAU,CAAC,CAalC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, GetEnsResolverErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetEnsResolverData, type GetEnsResolverOptions, type GetEnsResolverQueryFnData, type GetEnsResolverQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsResolver.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsResolver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useEnsResolver.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsResolver.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAE5B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,kBAAkB,IAC7B,QAAQ,CACV,qBAAqB,CAAC,MAAM,CAAC,GAC3B,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,yBAAyB,EACzB,uBAAuB,EACvB,UAAU,EACV,sBAAsB,CAAC,MAAM,CAAC,CAC/B,CACJ,CAAA;AAED,MAAM,MAAM,wBAAwB,CAAC,UAAU,GAAG,kBAAkB,IAClE,kBAAkB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAA;AAEzD,sDAAsD;AACtD,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,kBAAkB,EAE/B,UAAU,GAAE,wBAAwB,CAAC,MAAM,EAAE,UAAU,CAAM,GAC5D,wBAAwB,CAAC,UAAU,CAAC,CAatC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, GetEnsTextErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetEnsTextData, type GetEnsTextOptions, type GetEnsTextQueryFnData, type GetEnsTextQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEnsText.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useEnsText.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEnsText.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAChF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,oBAAoB,CAC9B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,cAAc,IACzB,QAAQ,CACV,iBAAiB,CAAC,MAAM,CAAC,GACvB,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,qBAAqB,EACrB,mBAAmB,EACnB,UAAU,EACV,kBAAkB,CAAC,MAAM,CAAC,CAC3B,CACJ,CAAA;AAED,MAAM,MAAM,oBAAoB,CAAC,UAAU,GAAG,cAAc,IAC1D,kBAAkB,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAErD,kDAAkD;AAClD,wBAAgB,UAAU,CACxB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,cAAc,EAE3B,UAAU,GAAE,oBAAoB,CAAC,MAAM,EAAE,UAAU,CAAM,GACxD,oBAAoB,CAAC,UAAU,CAAC,CAalC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, EstimateFeesPerGasErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type EstimateFeesPerGasData, type EstimateFeesPerGasOptions, type EstimateFeesPerGasQueryFnData, type EstimateFeesPerGasQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { FeeValuesType } from 'viem';
|
|
5
5
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEstimateFeesPerGas.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEstimateFeesPerGas.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useEstimateFeesPerGas.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEstimateFeesPerGas.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,2BAA2B,EAC3B,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,6BAA6B,EAClC,KAAK,0BAA0B,EAEhC,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,MAAM,CAAA;AAEzC,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,+BAA+B,CACzC,IAAI,SAAS,aAAa,GAAG,aAAa,EAC1C,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,sBAAsB,CAAC,IAAI,CAAC,IACvC,QAAQ,CACV,yBAAyB,CAAC,IAAI,EAAE,MAAM,CAAC,GACrC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,6BAA6B,CAAC,IAAI,CAAC,EACnC,2BAA2B,EAC3B,UAAU,EACV,0BAA0B,CAAC,MAAM,EAAE,IAAI,CAAC,CACzC,CACJ,CAAA;AAED,MAAM,MAAM,+BAA+B,CACzC,IAAI,SAAS,aAAa,GAAG,aAAa,EAC1C,UAAU,GAAG,sBAAsB,CAAC,IAAI,CAAC,IACvC,kBAAkB,CAAC,UAAU,EAAE,2BAA2B,CAAC,CAAA;AAE/D,6DAA6D;AAC7D,wBAAgB,qBAAqB,CACnC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,IAAI,SAAS,aAAa,GAAG,SAAS,EACtC,UAAU,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAEzC,UAAU,GAAE,+BAA+B,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,CAAM,GACzE,+BAA+B,CAAC,IAAI,EAAE,UAAU,CAAC,CAYnD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, EstimateMaxPriorityFeePerGasErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type EstimateMaxPriorityFeePerGasData, type EstimateMaxPriorityFeePerGasOptions, type EstimateMaxPriorityFeePerGasQueryFnData, type EstimateMaxPriorityFeePerGasQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useEstimateMaxPriorityFeePerGas.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEstimateMaxPriorityFeePerGas.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useEstimateMaxPriorityFeePerGas.d.ts","sourceRoot":"","sources":["../../../src/hooks/useEstimateMaxPriorityFeePerGas.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,qCAAqC,EACrC,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,gCAAgC,EACrC,KAAK,mCAAmC,EACxC,KAAK,uCAAuC,EAC5C,KAAK,oCAAoC,EAE1C,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,yCAAyC,CACnD,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,gCAAgC,IAC3C,QAAQ,CACV,mCAAmC,CAAC,MAAM,CAAC,GACzC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,uCAAuC,EACvC,qCAAqC,EACrC,UAAU,EACV,oCAAoC,CAAC,MAAM,CAAC,CAC7C,CACJ,CAAA;AAED,MAAM,MAAM,yCAAyC,CACnD,UAAU,GAAG,gCAAgC,IAC3C,kBAAkB,CAAC,UAAU,EAAE,qCAAqC,CAAC,CAAA;AAEzE,uEAAuE;AACvE,wBAAgB,+BAA+B,CAC7C,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,gCAAgC,EAE7C,UAAU,GAAE,yCAAyC,CACnD,MAAM,EACN,UAAU,CACN,GACL,yCAAyC,CAAC,UAAU,CAAC,CAYvD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, GetFeeHistoryErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetFeeHistoryData, type GetFeeHistoryOptions, type GetFeeHistoryQueryFnData, type GetFeeHistoryQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFeeHistory.d.ts","sourceRoot":"","sources":["../../../src/hooks/useFeeHistory.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useFeeHistory.d.ts","sourceRoot":"","sources":["../../../src/hooks/useFeeHistory.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAE3B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,uBAAuB,CACjC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,iBAAiB,IAC5B,QAAQ,CACV,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,GACnC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,wBAAwB,EACxB,sBAAsB,EACtB,UAAU,EACV,qBAAqB,CAAC,MAAM,EAAE,OAAO,CAAC,CACvC,CACJ,CAAA;AAED,MAAM,MAAM,uBAAuB,CAAC,UAAU,GAAG,iBAAiB,IAChE,kBAAkB,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAA;AAExD,qDAAqD;AACrD,wBAAgB,aAAa,CAC3B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,iBAAiB,EAE9B,UAAU,GAAE,uBAAuB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GACpE,uBAAuB,CAAC,UAAU,CAAC,CAerC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, GetGasPriceErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetGasPriceData, type GetGasPriceOptions, type GetGasPriceQueryFnData, type GetGasPriceQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGasPrice.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGasPrice.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useGasPrice.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGasPrice.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,oBAAoB,EACpB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EAEzB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,qBAAqB,CAC/B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,eAAe,IAC1B,QAAQ,CACV,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,GACjC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,sBAAsB,EACtB,oBAAoB,EACpB,UAAU,EACV,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,CACrC,CACJ,CAAA;AAED,MAAM,MAAM,qBAAqB,CAAC,UAAU,GAAG,eAAe,IAC5D,kBAAkB,CAAC,UAAU,EAAE,oBAAoB,CAAC,CAAA;AAEtD,mDAAmD;AACnD,wBAAgB,WAAW,CACzB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,eAAe,EAE5B,UAAU,GAAE,qBAAqB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GAClE,qBAAqB,CAAC,UAAU,CAAC,CAanC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, PrepareTransactionRequestErrorType, ResolvedRegister, SelectChains } from '@wagmi/core';
|
|
2
2
|
import { type PrepareTransactionRequestData, type PrepareTransactionRequestOptions, type PrepareTransactionRequestQueryKey } from '@wagmi/core/query';
|
|
3
3
|
import type { PrepareTransactionRequestQueryFnData } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { PrepareTransactionRequestRequest as viem_PrepareTransactionRequestRequest } from 'viem';
|
|
5
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UsePrepareTransactionRequestParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, request extends viem_PrepareTransactionRequestRequest<SelectChains<config, chainId>[0], SelectChains<config, chainId>[0]> = viem_PrepareTransactionRequestRequest<SelectChains<config, chainId>[0], SelectChains<config, chainId>[0]>, selectData = PrepareTransactionRequestData<config, chainId, request>> = PrepareTransactionRequestOptions<config, chainId, request> & ConfigParameter<config> & QueryParameter<PrepareTransactionRequestQueryFnData<config, chainId, request>, PrepareTransactionRequestErrorType, selectData, PrepareTransactionRequestQueryKey<config, chainId, request>>;
|
|
8
8
|
export type UsePrepareTransactionRequestReturnType<config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, request extends viem_PrepareTransactionRequestRequest<SelectChains<config, chainId>[0], SelectChains<config, chainId>[0]> = viem_PrepareTransactionRequestRequest<SelectChains<config, chainId>[0], SelectChains<config, chainId>[0]>, selectData = PrepareTransactionRequestData<config, chainId, request>> = UseQueryReturnType<selectData, PrepareTransactionRequestErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePrepareTransactionRequest.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePrepareTransactionRequest.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"usePrepareTransactionRequest.d.ts","sourceRoot":"","sources":["../../../src/hooks/usePrepareTransactionRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, GetProofErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetProofData, type GetProofOptions, type GetProofQueryKey } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { GetProofQueryFnData } from '@wagmi/core/query';
|
|
5
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseProofParameters<config extends Config = Config, selectData = GetProofData> = Evaluate<GetProofOptions<config> & ConfigParameter<config> & QueryParameter<GetProofQueryFnData, GetProofErrorType, selectData, GetProofQueryKey<config>>>;
|
|
8
8
|
export type UseProofReturnType<selectData = GetProofData> = UseQueryReturnType<selectData, GetProofErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useProof.d.ts","sourceRoot":"","sources":["../../../src/hooks/useProof.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useProof.d.ts","sourceRoot":"","sources":["../../../src/hooks/useProof.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EAEtB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,kBAAkB,CAC5B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,YAAY,IACvB,QAAQ,CACV,eAAe,CAAC,MAAM,CAAC,GACrB,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,mBAAmB,EACnB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,CAAC,MAAM,CAAC,CACzB,CACJ,CAAA;AAED,MAAM,MAAM,kBAAkB,CAAC,UAAU,GAAG,YAAY,IAAI,kBAAkB,CAC5E,UAAU,EACV,iBAAiB,CAClB,CAAA;AAED,gDAAgD;AAChD,wBAAgB,QAAQ,CACtB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,YAAY,EAEzB,UAAU,GAAE,kBAAkB,CAAC,MAAM,EAAE,UAAU,CAAM,GACtD,kBAAkB,CAAC,UAAU,CAAC,CAahC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, ReadContractErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { UnionEvaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type ReadContractData, type ReadContractOptions, type ReadContractQueryFnData, type ReadContractQueryKey } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
4
|
+
import type { Abi, ContractFunctionArgs, ContractFunctionName } from 'viem';
|
|
5
5
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseReadContractParameters<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'pure' | 'view'> = ContractFunctionName<abi, 'pure' | 'view'>, args extends ContractFunctionArgs<abi, 'pure' | 'view', functionName> = ContractFunctionArgs<abi, 'pure' | 'view', functionName>, config extends Config = Config, selectData = ReadContractData<abi, functionName, args>> = UnionEvaluate<ReadContractOptions<abi, functionName, args, config> & ConfigParameter<config> & QueryParameter<ReadContractQueryFnData<abi, functionName, args>, ReadContractErrorType, selectData, ReadContractQueryKey<abi, functionName, args, config>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReadContract.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReadContract.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useReadContract.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReadContract.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EAG1B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,MAAM,CAAA;AAE3E,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,yBAAyB,CACnC,GAAG,SAAS,GAAG,GAAG,SAAS,OAAO,EAAE,GAAG,GAAG,EAC1C,YAAY,SAAS,oBAAoB,CACvC,GAAG,EACH,MAAM,GAAG,MAAM,CAChB,GAAG,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,EAC9C,IAAI,SAAS,oBAAoB,CAC/B,GAAG,EACH,MAAM,GAAG,MAAM,EACf,YAAY,CACb,GAAG,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,YAAY,CAAC,EAC5D,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,gBAAgB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,CAAC,IACpD,aAAa,CACf,mBAAmB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAClD,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,uBAAuB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,CAAC,EAChD,qBAAqB,EACrB,UAAU,EACV,oBAAoB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,CACtD,CACJ,CAAA;AAED,MAAM,MAAM,yBAAyB,CACnC,GAAG,SAAS,GAAG,GAAG,SAAS,OAAO,EAAE,GAAG,GAAG,EAC1C,YAAY,SAAS,oBAAoB,CACvC,GAAG,EACH,MAAM,GAAG,MAAM,CAChB,GAAG,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,EAC9C,IAAI,SAAS,oBAAoB,CAC/B,GAAG,EACH,MAAM,GAAG,MAAM,EACf,YAAY,CACb,GAAG,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,YAAY,CAAC,EAC5D,UAAU,GAAG,gBAAgB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,CAAC,IACpD,kBAAkB,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAA;AAEzD,uDAAuD;AACvD,wBAAgB,eAAe,CAC7B,KAAK,CAAC,GAAG,SAAS,GAAG,GAAG,SAAS,OAAO,EAAE,EAC1C,YAAY,SAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,EAC/D,IAAI,SAAS,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,YAAY,CAAC,EACrE,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,gBAAgB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,CAAC,EAEtD,UAAU,GAAE,yBAAyB,CACnC,GAAG,EACH,YAAY,EACZ,IAAI,EACJ,MAAM,EACN,UAAU,CACC,GACZ,yBAAyB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,UAAU,CAAC,CAoBhE"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, ReadContractsErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type ReadContractsData, type ReadContractsOptions, type ReadContractsQueryFnData, type ReadContractsQueryKey } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { ContractFunctionParameters } from 'viem';
|
|
5
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseReadContractsParameters<contracts extends readonly unknown[] = readonly ContractFunctionParameters[], allowFailure extends boolean = true, config extends Config = Config, selectData = ReadContractsData<contracts, allowFailure>> = Evaluate<ReadContractsOptions<contracts, allowFailure, config> & ConfigParameter<config> & QueryParameter<ReadContractsQueryFnData<contracts, allowFailure>, ReadContractsErrorType, selectData, ReadContractsQueryKey<contracts, allowFailure, config>>>;
|
|
8
8
|
export type UseReadContractsReturnType<contracts extends readonly unknown[] = readonly ContractFunctionParameters[], allowFailure extends boolean = true, selectData = ReadContractsData<contracts, allowFailure>> = UseQueryReturnType<selectData, ReadContractsErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReadContracts.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReadContracts.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useReadContracts.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReadContracts.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,sBAAsB,EACtB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,qBAAqB,EAG3B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,MAAM,CAAA;AAEtD,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,0BAA0B,CACpC,SAAS,SAAS,SAAS,OAAO,EAAE,GAAG,SAAS,0BAA0B,EAAE,EAC5E,YAAY,SAAS,OAAO,GAAG,IAAI,EACnC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,iBAAiB,CAAC,SAAS,EAAE,YAAY,CAAC,IACrD,QAAQ,CACV,oBAAoB,CAAC,SAAS,EAAE,YAAY,EAAE,MAAM,CAAC,GACnD,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,wBAAwB,CAAC,SAAS,EAAE,YAAY,CAAC,EACjD,sBAAsB,EACtB,UAAU,EACV,qBAAqB,CAAC,SAAS,EAAE,YAAY,EAAE,MAAM,CAAC,CACvD,CACJ,CAAA;AAED,MAAM,MAAM,0BAA0B,CACpC,SAAS,SAAS,SAAS,OAAO,EAAE,GAAG,SAAS,0BAA0B,EAAE,EAC5E,YAAY,SAAS,OAAO,GAAG,IAAI,EACnC,UAAU,GAAG,iBAAiB,CAAC,SAAS,EAAE,YAAY,CAAC,IACrD,kBAAkB,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAA;AAE1D,wDAAwD;AACxD,wBAAgB,gBAAgB,CAC9B,KAAK,CAAC,SAAS,SAAS,SAAS,OAAO,EAAE,EAC1C,YAAY,SAAS,OAAO,GAAG,IAAI,EACnC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,iBAAiB,CAAC,SAAS,EAAE,YAAY,CAAC,EAEvD,UAAU,GAAE,0BAA0B,CACpC,SAAS,EACT,YAAY,EACZ,MAAM,EACN,UAAU,CACN,GACL,0BAA0B,CAAC,SAAS,EAAE,YAAY,EAAE,UAAU,CAAC,CA+BjE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Connector, ReconnectErrorType } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type ReconnectData, type ReconnectMutate, type ReconnectMutateAsync, type ReconnectVariables } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter } from '../types/properties.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReconnect.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReconnect.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useReconnect.d.ts","sourceRoot":"","sources":["../../../src/hooks/useReconnect.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAChE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,mBAAmB,CAAA;AAG1B,MAAM,MAAM,sBAAsB,CAAC,OAAO,GAAG,OAAO,IAAI,QAAQ,CAC9D,eAAe,GAAG;IAChB,QAAQ,CAAC,EACL,qBAAqB,CACnB,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,CACR,GACD,SAAS,CAAA;CACd,CACF,CAAA;AAED,MAAM,MAAM,sBAAsB,CAAC,OAAO,GAAG,OAAO,IAAI,QAAQ,CAC9D,qBAAqB,CACnB,aAAa,EACb,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,CACR,GAAG;IACF,UAAU,EAAE,SAAS,SAAS,EAAE,CAAA;IAChC,SAAS,EAAE,eAAe,CAAC,OAAO,CAAC,CAAA;IACnC,cAAc,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAA;CAC9C,CACF,CAAA;AAED,oDAAoD;AACpD,wBAAgB,YAAY,CAAC,OAAO,GAAG,OAAO,EAC5C,UAAU,GAAE,sBAAsB,CAAC,OAAO,CAAM,GAC/C,sBAAsB,CAAC,OAAO,CAAC,CAiBjC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { SignMessageErrorType } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type SignMessageData, type SignMessageMutate, type SignMessageMutateAsync, type SignMessageVariables } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter } from '../types/properties.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSignMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSignMessage.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useSignMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSignMessage.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,mBAAmB,CAAA;AAG1B,MAAM,MAAM,wBAAwB,CAAC,OAAO,GAAG,OAAO,IAAI,QAAQ,CAChE,eAAe,GAAG;IAChB,QAAQ,CAAC,EACL,qBAAqB,CACnB,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACpB,OAAO,CACR,GACD,SAAS,CAAA;CACd,CACF,CAAA;AAED,MAAM,MAAM,wBAAwB,CAAC,OAAO,GAAG,OAAO,IAAI,QAAQ,CAChE,qBAAqB,CACnB,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACpB,OAAO,CACR,GAAG;IACF,WAAW,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAA;IACvC,gBAAgB,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAA;CAClD,CACF,CAAA;AAED,sDAAsD;AACtD,wBAAgB,cAAc,CAAC,OAAO,GAAG,OAAO,EAC9C,UAAU,GAAE,wBAAwB,CAAC,OAAO,CAAM,GACjD,wBAAwB,CAAC,OAAO,CAAC,CAgBnC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister, SimulateContractErrorType } from '@wagmi/core';
|
|
2
2
|
import { type SimulateContractData, type SimulateContractOptions, type SimulateContractQueryFnData, type SimulateContractQueryKey } from '@wagmi/core/query';
|
|
3
3
|
import type { Abi, ContractFunctionArgs, ContractFunctionName } from 'viem';
|
|
4
|
-
import {
|
|
4
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
6
6
|
export type UseSimulateContractParameters<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'> = ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName> = ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = SimulateContractData<abi, functionName, args, config, chainId>> = SimulateContractOptions<abi, functionName, args, config, chainId> & ConfigParameter<config> & QueryParameter<SimulateContractQueryFnData<abi, functionName, args, config, chainId>, SimulateContractErrorType, selectData, SimulateContractQueryKey<abi, functionName, args, config, chainId>>;
|
|
7
7
|
export type UseSimulateContractReturnType<abi extends Abi | readonly unknown[] = Abi, functionName extends ContractFunctionName<abi, 'nonpayable' | 'payable'> = ContractFunctionName<abi, 'nonpayable' | 'payable'>, args extends ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName> = ContractFunctionArgs<abi, 'nonpayable' | 'payable', functionName>, config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = SimulateContractData<abi, functionName, args, config, chainId>> = UseQueryReturnType<selectData, SimulateContractErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSimulateContract.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSimulateContract.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,wBAAwB,EAE9B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,MAAM,CAAA;AAE3E,OAAO,
|
|
1
|
+
{"version":3,"file":"useSimulateContract.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSimulateContract.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, GetStorageAtErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetStorageAtData, type GetStorageAtOptions, type GetStorageAtQueryKey } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { GetStorageAtQueryFnData } from '@wagmi/core/query';
|
|
5
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseStorageAtParameters<config extends Config = Config, selectData = GetStorageAtData> = Evaluate<GetStorageAtOptions<config> & ConfigParameter<config> & QueryParameter<GetStorageAtQueryFnData, GetStorageAtErrorType, selectData, GetStorageAtQueryKey<config>>>;
|
|
8
8
|
export type UseStorageAtReturnType<selectData = GetStorageAtData> = UseQueryReturnType<selectData, GetStorageAtErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useStorageAt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useStorageAt.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useStorageAt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useStorageAt.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,sBAAsB,CAChC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,gBAAgB,IAC3B,QAAQ,CACV,mBAAmB,CAAC,MAAM,CAAC,GACzB,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,uBAAuB,EACvB,qBAAqB,EACrB,UAAU,EACV,oBAAoB,CAAC,MAAM,CAAC,CAC7B,CACJ,CAAA;AAED,MAAM,MAAM,sBAAsB,CAAC,UAAU,GAAG,gBAAgB,IAC9D,kBAAkB,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAA;AAEvD,oDAAoD;AACpD,wBAAgB,YAAY,CAC1B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,gBAAgB,EAE7B,UAAU,GAAE,sBAAsB,CAAC,MAAM,EAAE,UAAU,CAAM,GAC1D,sBAAsB,CAAC,UAAU,CAAC,CAapC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, ResolvedRegister, SwitchChainErrorType } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type SwitchChainData, type SwitchChainMutate, type SwitchChainMutateAsync, type SwitchChainVariables } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { ConfigParameter } from '../types/properties.js';
|
|
5
|
+
import type { UseMutationParameters, UseMutationReturnType } from '../utils/query.js';
|
|
6
6
|
export type UseSwitchChainParameters<config extends Config = Config, context = unknown> = Evaluate<ConfigParameter<config> & {
|
|
7
7
|
mutation?: UseMutationParameters<SwitchChainData<config, config['chains'][number]['id']>, SwitchChainErrorType, SwitchChainVariables<config, config['chains'][number]['id']>, context> | undefined;
|
|
8
8
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSwitchChain.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSwitchChain.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"useSwitchChain.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSwitchChain.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,oBAAoB,EACrB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EAE1B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,KAAK,EACV,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,mBAAmB,CAAA;AAI1B,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,QAAQ,CACV,eAAe,CAAC,MAAM,CAAC,GAAG;IACxB,QAAQ,CAAC,EACL,qBAAqB,CACnB,eAAe,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EACvD,oBAAoB,EACpB,oBAAoB,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EAC5D,OAAO,CACR,GACD,SAAS,CAAA;CACd,CACF,CAAA;AAED,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,GAAG,OAAO,IACf,QAAQ,CACV,qBAAqB,CACnB,eAAe,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EACvD,oBAAoB,EACpB,oBAAoB,CAAC,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC,EAC5D,OAAO,CACR,GAAG;IACF,MAAM,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAA;IACxB,WAAW,EAAE,iBAAiB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/C,gBAAgB,EAAE,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC1D,CACF,CAAA;AAED,sDAAsD;AACtD,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,GAAG,OAAO,EAEjB,UAAU,GAAE,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAM,GACzD,wBAAwB,CAAC,MAAM,EAAE,OAAO,CAAC,CAkB3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSyncExternalStoreWithTracked.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSyncExternalStoreWithTracked.ts"],"names":[],"mappings":"AASA,wBAAgB,+BAA+B,CAC7C,QAAQ,SAAS,SAAS,EAC1B,SAAS,GAAG,QAAQ,EAEpB,SAAS,EAAE,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,EACpD,WAAW,EAAE,MAAM,QAAQ,EAC3B,iBAAiB,GAAE,SAAS,GAAG,IAAI,GAAG,CAAC,MAAM,QAAQ,CAAe,EACpE,OAAO,GAAE,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,KAAK,OAAmB,
|
|
1
|
+
{"version":3,"file":"useSyncExternalStoreWithTracked.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSyncExternalStoreWithTracked.ts"],"names":[],"mappings":"AASA,wBAAgB,+BAA+B,CAC7C,QAAQ,SAAS,SAAS,EAC1B,SAAS,GAAG,QAAQ,EAEpB,SAAS,EAAE,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,MAAM,IAAI,EACpD,WAAW,EAAE,MAAM,QAAQ,EAC3B,iBAAiB,GAAE,SAAS,GAAG,IAAI,GAAG,CAAC,MAAM,QAAQ,CAAe,EACpE,OAAO,GAAE,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,EAAE,SAAS,KAAK,OAAmB,YAgD7D"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, GetTokenErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetTokenData, type GetTokenOptions, type GetTokenQueryFnData, type GetTokenQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToken.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToken.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAC9E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useToken.d.ts","sourceRoot":"","sources":["../../../src/hooks/useToken.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EAEtB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,kBAAkB,CAC5B,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,YAAY,IACvB,QAAQ,CACV,eAAe,CAAC,MAAM,CAAC,GACrB,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,mBAAmB,EACnB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,CAAC,MAAM,CAAC,CACzB,CACJ,CAAA;AAED,MAAM,MAAM,kBAAkB,CAAC,UAAU,GAAG,YAAY,IAAI,kBAAkB,CAC5E,UAAU,EACV,iBAAiB,CAClB,CAAA;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CACtB,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,YAAY,EAEzB,UAAU,GAAE,kBAAkB,CAAC,MAAM,EAAE,UAAU,CAAM,GACtD,kBAAkB,CAAC,UAAU,CAAC,CAahC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, GetTransactionErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetTransactionData, type GetTransactionOptions, type GetTransactionQueryFnData, type GetTransactionQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTransaction.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransaction.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useTransaction.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransaction.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,sBAAsB,EAE5B,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,IAC9C,QAAQ,CACV,qBAAqB,CAAC,MAAM,EAAE,OAAO,CAAC,GACpC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,EAC1C,uBAAuB,EACvB,UAAU,EACV,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,CACxC,CACJ,CAAA;AAED,MAAM,MAAM,wBAAwB,CAClC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,IAC9C,kBAAkB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAA;AAE3D,sDAAsD;AACtD,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,kBAAkB,CAAC,MAAM,EAAE,OAAO,CAAC,EAEhD,UAAU,GAAE,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GACrE,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAmBvD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, GetTransactionConfirmationsErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
2
|
import { type GetTransactionConfirmationsData, type GetTransactionConfirmationsOptions, type GetTransactionConfirmationsQueryFnData, type GetTransactionConfirmationsQueryKey } from '@wagmi/core/query';
|
|
3
|
-
import {
|
|
3
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
4
4
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
5
5
|
export type UseTransactionConfirmationsParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] | undefined = undefined, selectData = GetTransactionConfirmationsData> = GetTransactionConfirmationsOptions<config, chainId> & ConfigParameter<config> & QueryParameter<GetTransactionConfirmationsQueryFnData, GetTransactionConfirmationsErrorType, selectData, GetTransactionConfirmationsQueryKey<config, chainId>>;
|
|
6
6
|
export type UseTransactionConfirmationsReturnType<selectData = GetTransactionConfirmationsData> = UseQueryReturnType<selectData, GetTransactionConfirmationsErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTransactionConfirmations.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionConfirmations.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useTransactionConfirmations.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionConfirmations.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,oCAAoC,EACpC,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,KAAK,+BAA+B,EACpC,KAAK,kCAAkC,EACvC,KAAK,sCAAsC,EAC3C,KAAK,mCAAmC,EAEzC,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,qCAAqC,CAC/C,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACtE,UAAU,GAAG,+BAA+B,IAC1C,kCAAkC,CAAC,MAAM,EAAE,OAAO,CAAC,GACrD,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,sCAAsC,EACtC,oCAAoC,EACpC,UAAU,EACV,mCAAmC,CAAC,MAAM,EAAE,OAAO,CAAC,CACrD,CAAA;AAEH,MAAM,MAAM,qCAAqC,CAC/C,UAAU,GAAG,+BAA+B,IAC1C,kBAAkB,CAAC,UAAU,EAAE,oCAAoC,CAAC,CAAA;AAExE,mEAAmE;AACnE,wBAAgB,2BAA2B,CACzC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SAAS,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACtE,UAAU,GAAG,+BAA+B,EAE5C,UAAU,GAAE,qCAAqC,CAC/C,MAAM,EACN,OAAO,EACP,UAAU,CACC,GACZ,qCAAqC,CAAC,UAAU,CAAC,CAiBnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, GetTransactionCountErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import type { GetTransactionCountQueryFnData } from '@wagmi/core/query';
|
|
4
4
|
import { type GetTransactionCountData, type GetTransactionCountOptions, type GetTransactionCountQueryKey } from '@wagmi/core/query';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTransactionCount.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionCount.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useTransactionCount.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionCount.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,4BAA4B,EAC5B,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAA;AACvE,OAAO,EACL,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEjC,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,6BAA6B,CACvC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,uBAAuB,IAClC,QAAQ,CACV,0BAA0B,CAAC,MAAM,CAAC,GAChC,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,8BAA8B,EAC9B,4BAA4B,EAC5B,UAAU,EACV,2BAA2B,CAAC,MAAM,CAAC,CACpC,CACJ,CAAA;AAED,MAAM,MAAM,6BAA6B,CACvC,UAAU,GAAG,uBAAuB,IAClC,kBAAkB,CAAC,UAAU,EAAE,4BAA4B,CAAC,CAAA;AAEhE,2DAA2D;AAC3D,wBAAgB,mBAAmB,CACjC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,uBAAuB,EAEpC,UAAU,GAAE,6BAA6B,CAAC,MAAM,EAAE,UAAU,CAAM,GACjE,6BAA6B,CAAC,UAAU,CAAC,CAa3C"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { Config, GetTransactionReceiptErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetTransactionReceiptData, type GetTransactionReceiptOptions, type GetTransactionReceiptQueryKey } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import type { GetTransactionReceiptQueryFnData } from '@wagmi/core/query';
|
|
5
|
+
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseTransactionReceiptParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] = config['chains'][number]['id'], selectData = GetTransactionReceiptData<config, chainId>> = Evaluate<GetTransactionReceiptOptions<config, chainId> & ConfigParameter<config> & QueryParameter<GetTransactionReceiptQueryFnData<config, chainId>, GetTransactionReceiptErrorType, selectData, GetTransactionReceiptQueryKey<config, chainId>>>;
|
|
8
8
|
export type UseTransactionReceiptReturnType<config extends Config = Config, chainId extends config['chains'][number]['id'] = config['chains'][number]['id'], selectData = GetTransactionReceiptData<config, chainId>> = UseQueryReturnType<selectData, GetTransactionReceiptErrorType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTransactionReceipt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionReceipt.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useTransactionReceipt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useTransactionReceipt.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,8BAA8B,EAC9B,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,yBAAyB,EAC9B,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAEnC,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,mBAAmB,CAAA;AACzE,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,+BAA+B,CACzC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,IACrD,QAAQ,CACV,4BAA4B,CAAC,MAAM,EAAE,OAAO,CAAC,GAC3C,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,gCAAgC,CAAC,MAAM,EAAE,OAAO,CAAC,EACjD,8BAA8B,EAC9B,UAAU,EACV,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,CAC/C,CACJ,CAAA;AAED,MAAM,MAAM,+BAA+B,CACzC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,IACrD,kBAAkB,CAAC,UAAU,EAAE,8BAA8B,CAAC,CAAA;AAElE,6DAA6D;AAC7D,wBAAgB,qBAAqB,CACnC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,yBAAyB,CAAC,MAAM,EAAE,OAAO,CAAC,EAEvD,UAAU,GAAE,+BAA+B,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GAC5E,+BAA+B,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAiB9D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, ResolvedRegister, VerifyMessageErrorType } from '@wagmi/core';
|
|
2
2
|
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type VerifyMessageData, type VerifyMessageOptions, type VerifyMessageQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { VerifyMessageQueryFnData } from '@wagmi/core/query';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVerifyMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useVerifyMessage.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useVerifyMessage.d.ts","sourceRoot":"","sources":["../../../src/hooks/useVerifyMessage.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,qBAAqB,EAE3B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mBAAmB,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,0BAA0B,CACpC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,iBAAiB,IAC5B,QAAQ,CACV,oBAAoB,CAAC,MAAM,CAAC,GAC1B,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,wBAAwB,EACxB,sBAAsB,EACtB,UAAU,EACV,qBAAqB,CAAC,MAAM,CAAC,CAC9B,CACJ,CAAA;AAED,MAAM,MAAM,0BAA0B,CAAC,UAAU,GAAG,iBAAiB,IACnE,kBAAkB,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAA;AAExD,wDAAwD;AACxD,wBAAgB,gBAAgB,CAC9B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,iBAAiB,EAE9B,UAAU,GAAE,0BAA0B,CAAC,MAAM,EAAE,UAAU,CAAM,GAC9D,0BAA0B,CAAC,UAAU,CAAC,CAexC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Config, ResolvedRegister, VerifyTypedDataErrorType } from '@wagmi/core';
|
|
2
2
|
import { type VerifyTypedDataData, type VerifyTypedDataOptions, type VerifyTypedDataQueryKey } from '@wagmi/core/query';
|
|
3
3
|
import type { VerifyTypedDataQueryFnData } from '@wagmi/core/query';
|
|
4
|
-
import {
|
|
4
|
+
import type { TypedData } from 'viem';
|
|
5
5
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
6
6
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
7
7
|
export type UseVerifyTypedDataParameters<typedData extends TypedData | Record<string, unknown> = TypedData, primaryType extends keyof typedData | 'EIP712Domain' = keyof typedData, config extends Config = Config, selectData = VerifyTypedDataData> = VerifyTypedDataOptions<typedData, primaryType, config> & ConfigParameter<config> & QueryParameter<VerifyTypedDataQueryFnData, VerifyTypedDataErrorType, selectData, VerifyTypedDataQueryKey<typedData, primaryType, config>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVerifyTypedData.d.ts","sourceRoot":"","sources":["../../../src/hooks/useVerifyTypedData.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"useVerifyTypedData.d.ts","sourceRoot":"","sources":["../../../src/hooks/useVerifyTypedData.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAE7B,MAAM,mBAAmB,CAAA;AAC1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mBAAmB,CAAA;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,MAAM,CAAA;AACrC,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,4BAA4B,CACtC,SAAS,SAAS,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EACjE,WAAW,SAAS,MAAM,SAAS,GAAG,cAAc,GAAG,MAAM,SAAS,EACtE,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,UAAU,GAAG,mBAAmB,IAC9B,sBAAsB,CAAC,SAAS,EAAE,WAAW,EAAE,MAAM,CAAC,GACxD,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,0BAA0B,EAC1B,wBAAwB,EACxB,UAAU,EACV,uBAAuB,CAAC,SAAS,EAAE,WAAW,EAAE,MAAM,CAAC,CACxD,CAAA;AAEH,MAAM,MAAM,4BAA4B,CAAC,UAAU,GAAG,mBAAmB,IACvE,kBAAkB,CAAC,UAAU,EAAE,wBAAwB,CAAC,CAAA;AAE1D,0DAA0D;AAC1D,wBAAgB,kBAAkB,CAChC,KAAK,CAAC,SAAS,SAAS,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC3D,WAAW,SAAS,MAAM,SAAS,GAAG,cAAc,EACpD,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,UAAU,GAAG,mBAAmB,EAEhC,UAAU,GAAE,4BAA4B,CACtC,SAAS,EACT,WAAW,EACX,MAAM,EACN,UAAU,CACC,GACZ,4BAA4B,CAAC,UAAU,CAAC,CA8B1C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, ResolvedRegister, WaitForTransactionReceiptErrorType } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate } from '@wagmi/core/internal';
|
|
3
3
|
import { type WaitForTransactionReceiptData, type WaitForTransactionReceiptOptions, type WaitForTransactionReceiptQueryFnData, type WaitForTransactionReceiptQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter, QueryParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWaitForTransactionReceipt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWaitForTransactionReceipt.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,kCAAkC,EACnC,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useWaitForTransactionReceipt.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWaitForTransactionReceipt.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,MAAM,EACN,gBAAgB,EAChB,kCAAkC,EACnC,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EACL,KAAK,6BAA6B,EAClC,KAAK,gCAAgC,EACrC,KAAK,oCAAoC,EACzC,KAAK,iCAAiC,EAEvC,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC7E,OAAO,EAAE,KAAK,kBAAkB,EAAY,MAAM,mBAAmB,CAAA;AAIrE,MAAM,MAAM,sCAAsC,CAChD,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,IACzD,QAAQ,CACV,gCAAgC,CAAC,MAAM,EAAE,OAAO,CAAC,GAC/C,eAAe,CAAC,MAAM,CAAC,GACvB,cAAc,CACZ,oCAAoC,CAAC,MAAM,EAAE,OAAO,CAAC,EACrD,kCAAkC,EAClC,UAAU,EACV,iCAAiC,CAAC,MAAM,EAAE,OAAO,CAAC,CACnD,CACJ,CAAA;AAED,MAAM,MAAM,sCAAsC,CAChD,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,IACzD,kBAAkB,CAAC,UAAU,EAAE,kCAAkC,CAAC,CAAA;AAEtE,oEAAoE;AACpE,wBAAgB,4BAA4B,CAC1C,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAC,EAE3D,UAAU,GAAE,sCAAsC,CAChD,MAAM,EACN,OAAO,EACP,UAAU,CACN,GACL,sCAAsC,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAiBrE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config, GetWalletClientErrorType, ResolvedRegister } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { Evaluate, Omit } from '@wagmi/core/internal';
|
|
3
3
|
import { type GetWalletClientData, type GetWalletClientOptions, type GetWalletClientQueryFnData, type GetWalletClientQueryKey } from '@wagmi/core/query';
|
|
4
4
|
import type { ConfigParameter } from '../types/properties.js';
|
|
5
5
|
import { type UseQueryParameters, type UseQueryReturnType } from '../utils/query.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWalletClient.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWalletClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,MAAM,EACN,wBAAwB,EACxB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useWalletClient.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWalletClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,MAAM,EACN,wBAAwB,EACxB,gBAAgB,EACjB,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAC1D,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,sBAAsB,EAC3B,KAAK,0BAA0B,EAC/B,KAAK,uBAAuB,EAE7B,MAAM,mBAAmB,CAAA;AAG1B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EAExB,MAAM,mBAAmB,CAAA;AAK1B,MAAM,MAAM,yBAAyB,CACnC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,IAC/C,QAAQ,CACV,sBAAsB,CAAC,MAAM,EAAE,OAAO,CAAC,GACrC,eAAe,CAAC,MAAM,CAAC,GAAG;IACxB,KAAK,CAAC,EACF,QAAQ,CACN,IAAI,CACF,kBAAkB,CAChB,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,EAC3C,wBAAwB,EACxB,UAAU,EACV,uBAAuB,CAAC,MAAM,EAAE,OAAO,CAAC,CACzC,EACD,QAAQ,GAAG,WAAW,CACvB,CACF,GACD,SAAS,CAAA;CACd,CACJ,CAAA;AAED,MAAM,MAAM,yBAAyB,CACnC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,IAC/C,kBAAkB,CAAC,UAAU,EAAE,wBAAwB,CAAC,CAAA;AAE5D,uDAAuD;AACvD,wBAAgB,eAAe,CAC7B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,UAAU,GAAG,mBAAmB,CAAC,MAAM,EAAE,OAAO,CAAC,EAEjD,UAAU,GAAE,yBAAyB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAM,GACtE,yBAAyB,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAwCxD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Config, type ResolvedRegister, type WatchBlockNumberParameters } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { UnionEvaluate, UnionPartial } from '@wagmi/core/internal';
|
|
3
3
|
import type { ConfigParameter, EnabledParameter } from '../types/properties.js';
|
|
4
4
|
export type UseWatchBlockNumberParameters<config extends Config = Config, chainId extends config['chains'][number]['id'] = config['chains'][number]['id']> = UnionEvaluate<UnionPartial<WatchBlockNumberParameters<config, chainId>> & ConfigParameter<config> & EnabledParameter>;
|
|
5
5
|
export type UseWatchBlockNumberReturnType = void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWatchBlockNumber.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWatchBlockNumber.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAEhC,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useWatchBlockNumber.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWatchBlockNumber.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,gBAAgB,EACrB,KAAK,0BAA0B,EAEhC,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGvE,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAI/E,MAAM,MAAM,6BAA6B,CACvC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,IAC/D,aAAa,CACf,YAAY,CAAC,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GACvD,eAAe,CAAC,MAAM,CAAC,GACvB,gBAAgB,CACnB,CAAA;AAED,MAAM,MAAM,6BAA6B,GAAG,IAAI,CAAA;AAEhD,2DAA2D;AAC3D,wBAAgB,mBAAmB,CACjC,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EAEjE,UAAU,GAAE,6BAA6B,CAAC,MAAM,EAAE,OAAO,CAAa,GACrE,6BAA6B,CAgB/B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Config, type ResolvedRegister, type WatchBlocksParameters } from '@wagmi/core';
|
|
2
|
-
import {
|
|
2
|
+
import type { UnionEvaluate, UnionPartial } from '@wagmi/core/internal';
|
|
3
3
|
import type { BlockTag } from 'viem';
|
|
4
4
|
import type { ConfigParameter, EnabledParameter } from '../types/properties.js';
|
|
5
5
|
export type UseWatchBlocksParameters<includeTransactions extends boolean = false, blockTag extends BlockTag = 'latest', config extends Config = Config, chainId extends config['chains'][number]['id'] = config['chains'][number]['id']> = UnionEvaluate<UnionPartial<WatchBlocksParameters<includeTransactions, blockTag, config, chainId>> & ConfigParameter<config> & EnabledParameter>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWatchBlocks.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWatchBlocks.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAE3B,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"useWatchBlocks.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWatchBlocks.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAE3B,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEvE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAA;AAEpC,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AAI/E,MAAM,MAAM,wBAAwB,CAClC,mBAAmB,SAAS,OAAO,GAAG,KAAK,EAC3C,QAAQ,SAAS,QAAQ,GAAG,QAAQ,EACpC,MAAM,SAAS,MAAM,GAAG,MAAM,EAC9B,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,IAC/D,aAAa,CACf,YAAY,CACV,qBAAqB,CAAC,mBAAmB,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CACtE,GACC,eAAe,CAAC,MAAM,CAAC,GACvB,gBAAgB,CACnB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,IAAI,CAAA;AAE3C,kDAAkD;AAClD,wBAAgB,cAAc,CAC5B,MAAM,SAAS,MAAM,GAAG,gBAAgB,CAAC,QAAQ,CAAC,EAClD,OAAO,SACL,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,EACjE,mBAAmB,SAAS,OAAO,GAAG,KAAK,EAC3C,QAAQ,SAAS,QAAQ,GAAG,QAAQ,EAEpC,UAAU,GAAE,wBAAwB,CAClC,mBAAmB,EACnB,QAAQ,EACR,MAAM,EACN,OAAO,CACI,GACZ,wBAAwB,CAgB1B"}
|