viem 2.0.0-alpha.12 → 2.0.0-alpha.13
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/CHANGELOG.md +22 -0
- package/_cjs/_test/generated.js +313 -0
- package/_cjs/_test/generated.js.map +1 -0
- package/_cjs/abi/index.js.map +1 -1
- package/_cjs/accounts/generateMnemonic.js.map +1 -1
- package/_cjs/accounts/generatePrivateKey.js.map +1 -1
- package/_cjs/accounts/hdKeyToAccount.js.map +1 -1
- package/_cjs/accounts/index.js.map +1 -1
- package/_cjs/accounts/mnemonicToAccount.js.map +1 -1
- package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
- package/_cjs/accounts/toAccount.js.map +1 -1
- package/_cjs/accounts/utils/parseAccount.js.map +1 -1
- package/_cjs/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_cjs/accounts/utils/sign.js.map +1 -1
- package/_cjs/accounts/utils/signMessage.js.map +1 -1
- package/_cjs/accounts/utils/signTransaction.js.map +1 -1
- package/_cjs/accounts/utils/signTypedData.js.map +1 -1
- package/_cjs/actions/ens/getEnsAddress.js.map +1 -1
- package/_cjs/actions/ens/getEnsAvatar.js.map +1 -1
- package/_cjs/actions/ens/getEnsName.js.map +1 -1
- package/_cjs/actions/ens/getEnsResolver.js.map +1 -1
- package/_cjs/actions/ens/getEnsText.js.map +1 -1
- package/_cjs/actions/getContract.js.map +1 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/createBlockFilter.js.map +1 -1
- package/_cjs/actions/public/createContractEventFilter.js.map +1 -1
- package/_cjs/actions/public/createEventFilter.js.map +1 -1
- package/_cjs/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_cjs/actions/public/estimateContractGas.js.map +1 -1
- package/_cjs/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_cjs/actions/public/getBalance.js.map +1 -1
- package/_cjs/actions/public/getBlock.js.map +1 -1
- package/_cjs/actions/public/getBlockNumber.js.map +1 -1
- package/_cjs/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getBytecode.js.map +1 -1
- package/_cjs/actions/public/getChainId.js.map +1 -1
- package/_cjs/actions/public/getContractEvents.js.map +1 -1
- package/_cjs/actions/public/getFeeHistory.js.map +1 -1
- package/_cjs/actions/public/getFilterChanges.js.map +1 -1
- package/_cjs/actions/public/getFilterLogs.js.map +1 -1
- package/_cjs/actions/public/getGasPrice.js.map +1 -1
- package/_cjs/actions/public/getLogs.js.map +1 -1
- package/_cjs/actions/public/getStorageAt.js.map +1 -1
- package/_cjs/actions/public/getTransaction.js.map +1 -1
- package/_cjs/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_cjs/actions/public/getTransactionCount.js.map +1 -1
- package/_cjs/actions/public/getTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/multicall.js.map +1 -1
- package/_cjs/actions/public/readContract.js.map +1 -1
- package/_cjs/actions/public/simulateContract.js.map +1 -1
- package/_cjs/actions/public/uninstallFilter.js.map +1 -1
- package/_cjs/actions/public/verifyHash.js.map +1 -1
- package/_cjs/actions/public/verifyMessage.js.map +1 -1
- package/_cjs/actions/public/verifyTypedData.js.map +1 -1
- package/_cjs/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_cjs/actions/public/watchBlockNumber.js.map +1 -1
- package/_cjs/actions/public/watchBlocks.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/public/watchPendingTransactions.js.map +1 -1
- package/_cjs/actions/test/dropTransaction.js.map +1 -1
- package/_cjs/actions/test/getAutomine.js.map +1 -1
- package/_cjs/actions/test/getTxpoolContent.js.map +1 -1
- package/_cjs/actions/test/getTxpoolStatus.js.map +1 -1
- package/_cjs/actions/test/impersonateAccount.js.map +1 -1
- package/_cjs/actions/test/increaseTime.js.map +1 -1
- package/_cjs/actions/test/inspectTxpool.js.map +1 -1
- package/_cjs/actions/test/mine.js.map +1 -1
- package/_cjs/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/reset.js.map +1 -1
- package/_cjs/actions/test/revert.js.map +1 -1
- package/_cjs/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_cjs/actions/test/setAutomine.js.map +1 -1
- package/_cjs/actions/test/setBalance.js.map +1 -1
- package/_cjs/actions/test/setBlockGasLimit.js.map +1 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js +6 -1
- package/_cjs/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_cjs/actions/test/setCode.js.map +1 -1
- package/_cjs/actions/test/setCoinbase.js.map +1 -1
- package/_cjs/actions/test/setIntervalMining.js +6 -1
- package/_cjs/actions/test/setIntervalMining.js.map +1 -1
- package/_cjs/actions/test/setLoggingEnabled.js.map +1 -1
- package/_cjs/actions/test/setMinGasPrice.js.map +1 -1
- package/_cjs/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_cjs/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_cjs/actions/test/setNonce.js.map +1 -1
- package/_cjs/actions/test/setRpcUrl.js.map +1 -1
- package/_cjs/actions/test/setStorageAt.js.map +1 -1
- package/_cjs/actions/test/snapshot.js.map +1 -1
- package/_cjs/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_cjs/actions/wallet/addChain.js.map +1 -1
- package/_cjs/actions/wallet/deployContract.js.map +1 -1
- package/_cjs/actions/wallet/getAddresses.js.map +1 -1
- package/_cjs/actions/wallet/getPermissions.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/requestAddresses.js.map +1 -1
- package/_cjs/actions/wallet/requestPermissions.js.map +1 -1
- package/_cjs/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signMessage.js.map +1 -1
- package/_cjs/actions/wallet/signTransaction.js.map +1 -1
- package/_cjs/actions/wallet/signTypedData.js.map +1 -1
- package/_cjs/actions/wallet/switchChain.js.map +1 -1
- package/_cjs/actions/wallet/watchAsset.js.map +1 -1
- package/_cjs/actions/wallet/writeContract.js.map +1 -1
- package/_cjs/chains/definitions/holesky.js +6 -1
- package/_cjs/chains/definitions/holesky.js.map +1 -1
- package/_cjs/clients/createClient.js.map +1 -1
- package/_cjs/clients/createPublicClient.js.map +1 -1
- package/_cjs/clients/createTestClient.js.map +1 -1
- package/_cjs/clients/createWalletClient.js.map +1 -1
- package/_cjs/clients/transports/createTransport.js.map +1 -1
- package/_cjs/clients/transports/custom.js.map +1 -1
- package/_cjs/clients/transports/fallback.js.map +1 -1
- package/_cjs/clients/transports/http.js.map +1 -1
- package/_cjs/clients/transports/webSocket.js.map +1 -1
- package/_cjs/contract/index.js.map +1 -1
- package/_cjs/ens/index.js.map +1 -1
- package/_cjs/errors/abi.js.map +1 -1
- package/_cjs/errors/account.js.map +1 -1
- package/_cjs/errors/address.js.map +1 -1
- package/_cjs/errors/base.js.map +1 -1
- package/_cjs/errors/block.js.map +1 -1
- package/_cjs/errors/ccip.js.map +1 -1
- package/_cjs/errors/chain.js.map +1 -1
- package/_cjs/errors/contract.js.map +1 -1
- package/_cjs/errors/cursor.js.map +1 -1
- package/_cjs/errors/data.js.map +1 -1
- package/_cjs/errors/encoding.js.map +1 -1
- package/_cjs/errors/ens.js.map +1 -1
- package/_cjs/errors/estimateGas.js.map +1 -1
- package/_cjs/errors/fee.js.map +1 -1
- package/_cjs/errors/log.js.map +1 -1
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/request.js.map +1 -1
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/transaction.js.map +1 -1
- package/_cjs/errors/transport.js.map +1 -1
- package/_cjs/errors/utils.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/index.js +33 -7
- package/_cjs/index.js.map +1 -1
- package/_cjs/public/index.js.map +1 -1
- package/_cjs/test/index.js.map +1 -1
- package/_cjs/types/eip1193.js.map +1 -1
- package/_cjs/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/decodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/decodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_cjs/utils/abi/encodeDeployData.js.map +1 -1
- package/_cjs/utils/abi/encodeErrorResult.js.map +1 -1
- package/_cjs/utils/abi/encodeEventTopics.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionData.js.map +1 -1
- package/_cjs/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_cjs/utils/abi/encodePacked.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItem.js.map +1 -1
- package/_cjs/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_cjs/utils/abi/getAbiItem.js +3 -3
- package/_cjs/utils/abi/getAbiItem.js.map +1 -1
- package/_cjs/utils/address/getAddress.js.map +1 -1
- package/_cjs/utils/address/getContractAddress.js.map +1 -1
- package/_cjs/utils/address/isAddress.js.map +1 -1
- package/_cjs/utils/address/isAddressEqual.js.map +1 -1
- package/_cjs/utils/buildRequest.js.map +1 -1
- package/_cjs/utils/ccip.js.map +1 -1
- package/_cjs/utils/chain.js.map +1 -1
- package/_cjs/utils/contract/extractFunctionParts.js.map +1 -1
- package/_cjs/utils/cursor.js.map +1 -1
- package/_cjs/utils/data/concat.js.map +1 -1
- package/_cjs/utils/data/isBytes.js.map +1 -1
- package/_cjs/utils/data/isBytesEqual.js.map +1 -1
- package/_cjs/utils/data/isHex.js.map +1 -1
- package/_cjs/utils/data/pad.js.map +1 -1
- package/_cjs/utils/data/size.js.map +1 -1
- package/_cjs/utils/data/slice.js.map +1 -1
- package/_cjs/utils/data/trim.js.map +1 -1
- package/_cjs/utils/encoding/fromBytes.js +4 -4
- package/_cjs/utils/encoding/fromBytes.js.map +1 -1
- package/_cjs/utils/encoding/fromHex.js.map +1 -1
- package/_cjs/utils/encoding/fromRlp.js.map +1 -1
- package/_cjs/utils/encoding/toBytes.js.map +1 -1
- package/_cjs/utils/encoding/toHex.js.map +1 -1
- package/_cjs/utils/encoding/toRlp.js.map +1 -1
- package/_cjs/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_cjs/utils/ens/avatar/utils.js.map +1 -1
- package/_cjs/utils/ens/encodeLabelhash.js.map +1 -1
- package/_cjs/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_cjs/utils/ens/errors.js.map +1 -1
- package/_cjs/utils/ens/labelhash.js.map +1 -1
- package/_cjs/utils/ens/namehash.js.map +1 -1
- package/_cjs/utils/ens/normalize.js.map +1 -1
- package/_cjs/utils/ens/packetToBytes.js.map +1 -1
- package/_cjs/utils/errors/getCallError.js +6 -3
- package/_cjs/utils/errors/getCallError.js.map +1 -1
- package/_cjs/utils/errors/getContractError.js +14 -13
- package/_cjs/utils/errors/getContractError.js.map +1 -1
- package/_cjs/utils/errors/getEstimateGasError.js +6 -3
- package/_cjs/utils/errors/getEstimateGasError.js.map +1 -1
- package/_cjs/utils/errors/getNodeError.js.map +1 -1
- package/_cjs/utils/errors/getTransactionError.js +6 -3
- package/_cjs/utils/errors/getTransactionError.js.map +1 -1
- package/_cjs/utils/formatters/block.js.map +1 -1
- package/_cjs/utils/formatters/extract.js.map +1 -1
- package/_cjs/utils/formatters/feeHistory.js.map +1 -1
- package/_cjs/utils/formatters/formatter.js.map +1 -1
- package/_cjs/utils/formatters/log.js.map +1 -1
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_cjs/utils/formatters/transactionReceipt.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/hash/getEventSelector.js.map +1 -1
- package/_cjs/utils/hash/getEventSignature.js.map +1 -1
- package/_cjs/utils/hash/getFunctionSelector.js.map +1 -1
- package/_cjs/utils/hash/getFunctionSignature.js.map +1 -1
- package/_cjs/utils/hash/hashFunction.js.map +1 -1
- package/_cjs/utils/hash/isHash.js.map +1 -1
- package/_cjs/utils/hash/keccak256.js.map +1 -1
- package/_cjs/utils/index.js +6 -4
- package/_cjs/utils/index.js.map +1 -1
- package/_cjs/utils/observe.js.map +1 -1
- package/_cjs/utils/poll.js.map +1 -1
- package/_cjs/utils/promise/createBatchScheduler.js.map +1 -1
- package/_cjs/utils/promise/withCache.js.map +1 -1
- package/_cjs/utils/promise/withRetry.js.map +1 -1
- package/_cjs/utils/promise/withTimeout.js.map +1 -1
- package/_cjs/utils/rpc.js.map +1 -1
- package/_cjs/utils/signature/hashMessage.js.map +1 -1
- package/_cjs/utils/signature/hashTypedData.js.map +1 -1
- package/_cjs/utils/signature/hexToSignature.js.map +1 -1
- package/_cjs/utils/signature/recoverAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_cjs/utils/signature/recoverPublicKey.js.map +1 -1
- package/_cjs/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_cjs/utils/signature/signatureToHex.js.map +1 -1
- package/_cjs/utils/signature/verifyMessage.js.map +1 -1
- package/_cjs/utils/signature/verifyTypedData.js.map +1 -1
- package/_cjs/utils/stringify.js.map +1 -1
- package/_cjs/utils/transaction/assertRequest.js.map +1 -1
- package/_cjs/utils/transaction/assertTransaction.js.map +1 -1
- package/_cjs/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/getTransactionType.js.map +1 -1
- package/_cjs/utils/transaction/parseTransaction.js.map +1 -1
- package/_cjs/utils/transaction/serializeAccessList.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_cjs/utils/typedData.js.map +1 -1
- package/_cjs/utils/unit/formatEther.js.map +1 -1
- package/_cjs/utils/unit/formatGwei.js.map +1 -1
- package/_cjs/utils/unit/formatUnits.js.map +1 -1
- package/_cjs/utils/unit/parseEther.js.map +1 -1
- package/_cjs/utils/unit/parseGwei.js.map +1 -1
- package/_cjs/utils/unit/parseUnits.js.map +1 -1
- package/_esm/_test/generated.js +335 -0
- package/_esm/_test/generated.js.map +1 -0
- package/_esm/abi/index.js +1 -1
- package/_esm/abi/index.js.map +1 -1
- package/_esm/accounts/generateMnemonic.js.map +1 -1
- package/_esm/accounts/generatePrivateKey.js.map +1 -1
- package/_esm/accounts/hdKeyToAccount.js +1 -1
- package/_esm/accounts/hdKeyToAccount.js.map +1 -1
- package/_esm/accounts/index.js +10 -10
- package/_esm/accounts/index.js.map +1 -1
- package/_esm/accounts/mnemonicToAccount.js +1 -1
- package/_esm/accounts/mnemonicToAccount.js.map +1 -1
- package/_esm/accounts/privateKeyToAccount.js +3 -3
- package/_esm/accounts/privateKeyToAccount.js.map +1 -1
- package/_esm/accounts/toAccount.js +2 -2
- package/_esm/accounts/toAccount.js.map +1 -1
- package/_esm/accounts/utils/parseAccount.js.map +1 -1
- package/_esm/accounts/utils/privateKeyToAddress.js +2 -2
- package/_esm/accounts/utils/privateKeyToAddress.js.map +1 -1
- package/_esm/accounts/utils/publicKeyToAddress.js +2 -2
- package/_esm/accounts/utils/publicKeyToAddress.js.map +1 -1
- package/_esm/accounts/utils/sign.js.map +1 -1
- package/_esm/accounts/utils/signMessage.js +2 -2
- package/_esm/accounts/utils/signMessage.js.map +1 -1
- package/_esm/accounts/utils/signTransaction.js +1 -1
- package/_esm/accounts/utils/signTransaction.js.map +1 -1
- package/_esm/accounts/utils/signTypedData.js +2 -2
- package/_esm/accounts/utils/signTypedData.js.map +1 -1
- package/_esm/actions/ens/getEnsAddress.js +4 -4
- package/_esm/actions/ens/getEnsAddress.js.map +1 -1
- package/_esm/actions/ens/getEnsAvatar.js +2 -2
- package/_esm/actions/ens/getEnsAvatar.js.map +1 -1
- package/_esm/actions/ens/getEnsName.js +2 -2
- package/_esm/actions/ens/getEnsName.js.map +1 -1
- package/_esm/actions/ens/getEnsResolver.js +2 -2
- package/_esm/actions/ens/getEnsResolver.js.map +1 -1
- package/_esm/actions/ens/getEnsText.js +4 -4
- package/_esm/actions/ens/getEnsText.js.map +1 -1
- package/_esm/actions/getContract.js.map +1 -1
- package/_esm/actions/index.js +8 -8
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/call.js +8 -8
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/createBlockFilter.js.map +1 -1
- package/_esm/actions/public/createContractEventFilter.js +1 -1
- package/_esm/actions/public/createContractEventFilter.js.map +1 -1
- package/_esm/actions/public/createEventFilter.js +1 -1
- package/_esm/actions/public/createEventFilter.js.map +1 -1
- package/_esm/actions/public/createPendingTransactionFilter.js.map +1 -1
- package/_esm/actions/public/estimateContractGas.js +4 -4
- package/_esm/actions/public/estimateContractGas.js.map +1 -1
- package/_esm/actions/public/estimateFeesPerGas.js +1 -1
- package/_esm/actions/public/estimateFeesPerGas.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +3 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/public/estimateMaxPriorityFeePerGas.js +2 -2
- package/_esm/actions/public/estimateMaxPriorityFeePerGas.js.map +1 -1
- package/_esm/actions/public/getBalance.js +1 -1
- package/_esm/actions/public/getBalance.js.map +1 -1
- package/_esm/actions/public/getBlock.js +2 -2
- package/_esm/actions/public/getBlock.js.map +1 -1
- package/_esm/actions/public/getBlockNumber.js.map +1 -1
- package/_esm/actions/public/getBlockTransactionCount.js +2 -2
- package/_esm/actions/public/getBlockTransactionCount.js.map +1 -1
- package/_esm/actions/public/getBytecode.js +1 -1
- package/_esm/actions/public/getBytecode.js.map +1 -1
- package/_esm/actions/public/getChainId.js +1 -1
- package/_esm/actions/public/getChainId.js.map +1 -1
- package/_esm/actions/public/getContractEvents.js +1 -1
- package/_esm/actions/public/getContractEvents.js.map +1 -1
- package/_esm/actions/public/getFeeHistory.js +2 -2
- package/_esm/actions/public/getFeeHistory.js.map +1 -1
- package/_esm/actions/public/getFilterChanges.js +2 -2
- package/_esm/actions/public/getFilterChanges.js.map +1 -1
- package/_esm/actions/public/getFilterLogs.js +2 -2
- package/_esm/actions/public/getFilterLogs.js.map +1 -1
- package/_esm/actions/public/getGasPrice.js.map +1 -1
- package/_esm/actions/public/getLogs.js +3 -3
- package/_esm/actions/public/getLogs.js.map +1 -1
- package/_esm/actions/public/getStorageAt.js +1 -1
- package/_esm/actions/public/getStorageAt.js.map +1 -1
- package/_esm/actions/public/getTransaction.js +1 -1
- package/_esm/actions/public/getTransaction.js.map +1 -1
- package/_esm/actions/public/getTransactionConfirmations.js +2 -2
- package/_esm/actions/public/getTransactionConfirmations.js.map +1 -1
- package/_esm/actions/public/getTransactionCount.js +2 -2
- package/_esm/actions/public/getTransactionCount.js.map +1 -1
- package/_esm/actions/public/getTransactionReceipt.js +1 -1
- package/_esm/actions/public/getTransactionReceipt.js.map +1 -1
- package/_esm/actions/public/multicall.js +4 -4
- package/_esm/actions/public/multicall.js.map +1 -1
- package/_esm/actions/public/readContract.js +3 -3
- package/_esm/actions/public/readContract.js.map +1 -1
- package/_esm/actions/public/simulateContract.js +4 -4
- package/_esm/actions/public/simulateContract.js.map +1 -1
- package/_esm/actions/public/uninstallFilter.js.map +1 -1
- package/_esm/actions/public/verifyHash.js +1 -1
- package/_esm/actions/public/verifyHash.js.map +1 -1
- package/_esm/actions/public/verifyMessage.js +1 -1
- package/_esm/actions/public/verifyMessage.js.map +1 -1
- package/_esm/actions/public/verifyTypedData.js +2 -2
- package/_esm/actions/public/verifyTypedData.js.map +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js +1 -1
- package/_esm/actions/public/waitForTransactionReceipt.js.map +1 -1
- package/_esm/actions/public/watchBlockNumber.js.map +1 -1
- package/_esm/actions/public/watchBlocks.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/public/watchPendingTransactions.js.map +1 -1
- package/_esm/actions/test/dropTransaction.js.map +1 -1
- package/_esm/actions/test/getAutomine.js.map +1 -1
- package/_esm/actions/test/getTxpoolContent.js.map +1 -1
- package/_esm/actions/test/getTxpoolStatus.js.map +1 -1
- package/_esm/actions/test/impersonateAccount.js.map +1 -1
- package/_esm/actions/test/increaseTime.js.map +1 -1
- package/_esm/actions/test/inspectTxpool.js.map +1 -1
- package/_esm/actions/test/mine.js.map +1 -1
- package/_esm/actions/test/removeBlockTimestampInterval.js.map +1 -1
- package/_esm/actions/test/reset.js.map +1 -1
- package/_esm/actions/test/revert.js.map +1 -1
- package/_esm/actions/test/sendUnsignedTransaction.js.map +1 -1
- package/_esm/actions/test/setAutomine.js.map +1 -1
- package/_esm/actions/test/setBalance.js.map +1 -1
- package/_esm/actions/test/setBlockGasLimit.js.map +1 -1
- package/_esm/actions/test/setBlockTimestampInterval.js +6 -1
- package/_esm/actions/test/setBlockTimestampInterval.js.map +1 -1
- package/_esm/actions/test/setCode.js.map +1 -1
- package/_esm/actions/test/setCoinbase.js.map +1 -1
- package/_esm/actions/test/setIntervalMining.js +6 -1
- package/_esm/actions/test/setIntervalMining.js.map +1 -1
- package/_esm/actions/test/setLoggingEnabled.js.map +1 -1
- package/_esm/actions/test/setMinGasPrice.js.map +1 -1
- package/_esm/actions/test/setNextBlockBaseFeePerGas.js.map +1 -1
- package/_esm/actions/test/setNextBlockTimestamp.js.map +1 -1
- package/_esm/actions/test/setNonce.js.map +1 -1
- package/_esm/actions/test/setRpcUrl.js.map +1 -1
- package/_esm/actions/test/setStorageAt.js.map +1 -1
- package/_esm/actions/test/snapshot.js.map +1 -1
- package/_esm/actions/test/stopImpersonatingAccount.js.map +1 -1
- package/_esm/actions/wallet/addChain.js +1 -1
- package/_esm/actions/wallet/addChain.js.map +1 -1
- package/_esm/actions/wallet/deployContract.js.map +1 -1
- package/_esm/actions/wallet/getAddresses.js +1 -1
- package/_esm/actions/wallet/getAddresses.js.map +1 -1
- package/_esm/actions/wallet/getPermissions.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +5 -5
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/requestAddresses.js.map +1 -1
- package/_esm/actions/wallet/requestPermissions.js.map +1 -1
- package/_esm/actions/wallet/sendRawTransaction.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +5 -5
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/actions/wallet/signMessage.js +2 -2
- package/_esm/actions/wallet/signMessage.js.map +1 -1
- package/_esm/actions/wallet/signTransaction.js +3 -3
- package/_esm/actions/wallet/signTransaction.js.map +1 -1
- package/_esm/actions/wallet/signTypedData.js +2 -2
- package/_esm/actions/wallet/signTypedData.js.map +1 -1
- package/_esm/actions/wallet/switchChain.js +1 -1
- package/_esm/actions/wallet/switchChain.js.map +1 -1
- package/_esm/actions/wallet/watchAsset.js.map +1 -1
- package/_esm/actions/wallet/writeContract.js +1 -1
- package/_esm/actions/wallet/writeContract.js.map +1 -1
- package/_esm/chains/definitions/holesky.js +6 -1
- package/_esm/chains/definitions/holesky.js.map +1 -1
- package/_esm/clients/createClient.js.map +1 -1
- package/_esm/clients/createPublicClient.js +1 -1
- package/_esm/clients/createPublicClient.js.map +1 -1
- package/_esm/clients/createTestClient.js +1 -1
- package/_esm/clients/createTestClient.js.map +1 -1
- package/_esm/clients/createWalletClient.js +1 -1
- package/_esm/clients/createWalletClient.js.map +1 -1
- package/_esm/clients/transports/createTransport.js.map +1 -1
- package/_esm/clients/transports/custom.js.map +1 -1
- package/_esm/clients/transports/fallback.js.map +1 -1
- package/_esm/clients/transports/http.js +1 -1
- package/_esm/clients/transports/http.js.map +1 -1
- package/_esm/clients/transports/webSocket.js +1 -1
- package/_esm/clients/transports/webSocket.js.map +1 -1
- package/_esm/contract/index.js +2 -2
- package/_esm/contract/index.js.map +1 -1
- package/_esm/ens/index.js.map +1 -1
- package/_esm/errors/abi.js.map +1 -1
- package/_esm/errors/account.js.map +1 -1
- package/_esm/errors/address.js.map +1 -1
- package/_esm/errors/base.js.map +1 -1
- package/_esm/errors/block.js.map +1 -1
- package/_esm/errors/ccip.js.map +1 -1
- package/_esm/errors/chain.js.map +1 -1
- package/_esm/errors/contract.js.map +1 -1
- package/_esm/errors/cursor.js.map +1 -1
- package/_esm/errors/data.js.map +1 -1
- package/_esm/errors/encoding.js.map +1 -1
- package/_esm/errors/ens.js.map +1 -1
- package/_esm/errors/estimateGas.js.map +1 -1
- package/_esm/errors/fee.js.map +1 -1
- package/_esm/errors/log.js.map +1 -1
- package/_esm/errors/node.js +0 -9
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/request.js.map +1 -1
- package/_esm/errors/rpc.js +0 -103
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/transaction.js.map +1 -1
- package/_esm/errors/transport.js.map +1 -1
- package/_esm/errors/utils.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js +45 -43
- package/_esm/index.js.map +1 -1
- package/_esm/public/index.js +1 -1
- package/_esm/public/index.js.map +1 -1
- package/_esm/test/index.js +9 -9
- package/_esm/test/index.js.map +1 -1
- package/_esm/types/eip1193.js +0 -2
- package/_esm/types/eip1193.js.map +1 -1
- package/_esm/utils/abi/decodeAbiParameters.js +2 -3
- package/_esm/utils/abi/decodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/decodeDeployData.js +1 -1
- package/_esm/utils/abi/decodeDeployData.js.map +1 -1
- package/_esm/utils/abi/decodeErrorResult.js +2 -2
- package/_esm/utils/abi/decodeErrorResult.js.map +1 -1
- package/_esm/utils/abi/decodeEventLog.js +2 -2
- package/_esm/utils/abi/decodeEventLog.js.map +1 -1
- package/_esm/utils/abi/decodeFunctionData.js +2 -2
- package/_esm/utils/abi/decodeFunctionData.js.map +1 -1
- package/_esm/utils/abi/decodeFunctionResult.js +1 -1
- package/_esm/utils/abi/decodeFunctionResult.js.map +1 -1
- package/_esm/utils/abi/encodeAbiParameters.js +2 -4
- package/_esm/utils/abi/encodeAbiParameters.js.map +1 -1
- package/_esm/utils/abi/encodeDeployData.js +1 -1
- package/_esm/utils/abi/encodeDeployData.js.map +1 -1
- package/_esm/utils/abi/encodeErrorResult.js +2 -2
- package/_esm/utils/abi/encodeErrorResult.js.map +1 -1
- package/_esm/utils/abi/encodeEventTopics.js +4 -4
- package/_esm/utils/abi/encodeEventTopics.js.map +1 -1
- package/_esm/utils/abi/encodeFunctionData.js +3 -3
- package/_esm/utils/abi/encodeFunctionData.js.map +1 -1
- package/_esm/utils/abi/encodeFunctionResult.js +1 -1
- package/_esm/utils/abi/encodeFunctionResult.js.map +1 -1
- package/_esm/utils/abi/encodePacked.js +2 -2
- package/_esm/utils/abi/encodePacked.js.map +1 -1
- package/_esm/utils/abi/formatAbiItem.js +1 -1
- package/_esm/utils/abi/formatAbiItem.js.map +1 -1
- package/_esm/utils/abi/formatAbiItemWithArgs.js.map +1 -1
- package/_esm/utils/abi/getAbiItem.js +3 -3
- package/_esm/utils/abi/getAbiItem.js.map +1 -1
- package/_esm/utils/address/getAddress.js +1 -1
- package/_esm/utils/address/getAddress.js.map +1 -1
- package/_esm/utils/address/getContractAddress.js.map +1 -1
- package/_esm/utils/address/isAddress.js.map +1 -1
- package/_esm/utils/address/isAddressEqual.js +1 -1
- package/_esm/utils/address/isAddressEqual.js.map +1 -1
- package/_esm/utils/buildRequest.js +1 -1
- package/_esm/utils/buildRequest.js.map +1 -1
- package/_esm/utils/ccip.js.map +1 -1
- package/_esm/utils/chain.js.map +1 -1
- package/_esm/utils/contract/extractFunctionParts.js.map +1 -1
- package/_esm/utils/cursor.js.map +1 -1
- package/_esm/utils/data/concat.js.map +1 -1
- package/_esm/utils/data/isBytes.js.map +1 -1
- package/_esm/utils/data/isBytesEqual.js.map +1 -1
- package/_esm/utils/data/isHex.js.map +1 -1
- package/_esm/utils/data/pad.js +1 -1
- package/_esm/utils/data/pad.js.map +1 -1
- package/_esm/utils/data/size.js.map +1 -1
- package/_esm/utils/data/slice.js +1 -1
- package/_esm/utils/data/slice.js.map +1 -1
- package/_esm/utils/data/trim.js.map +1 -1
- package/_esm/utils/encoding/fromBytes.js +5 -5
- package/_esm/utils/encoding/fromBytes.js.map +1 -1
- package/_esm/utils/encoding/fromHex.js.map +1 -1
- package/_esm/utils/encoding/fromRlp.js +2 -2
- package/_esm/utils/encoding/fromRlp.js.map +1 -1
- package/_esm/utils/encoding/toBytes.js +1 -1
- package/_esm/utils/encoding/toBytes.js.map +1 -1
- package/_esm/utils/encoding/toHex.js +1 -1
- package/_esm/utils/encoding/toHex.js.map +1 -1
- package/_esm/utils/encoding/toRlp.js +1 -1
- package/_esm/utils/encoding/toRlp.js.map +1 -1
- package/_esm/utils/ens/avatar/parseAvatarRecord.js.map +1 -1
- package/_esm/utils/ens/avatar/utils.js +1 -1
- package/_esm/utils/ens/avatar/utils.js.map +1 -1
- package/_esm/utils/ens/encodeLabelhash.js.map +1 -1
- package/_esm/utils/ens/encodedLabelToLabelhash.js.map +1 -1
- package/_esm/utils/ens/errors.js.map +1 -1
- package/_esm/utils/ens/labelhash.js +2 -2
- package/_esm/utils/ens/labelhash.js.map +1 -1
- package/_esm/utils/ens/namehash.js +2 -2
- package/_esm/utils/ens/namehash.js.map +1 -1
- package/_esm/utils/ens/normalize.js.map +1 -1
- package/_esm/utils/ens/packetToBytes.js +2 -2
- package/_esm/utils/ens/packetToBytes.js.map +1 -1
- package/_esm/utils/errors/getCallError.js +8 -5
- package/_esm/utils/errors/getCallError.js.map +1 -1
- package/_esm/utils/errors/getContractError.js +14 -13
- package/_esm/utils/errors/getContractError.js.map +1 -1
- package/_esm/utils/errors/getEstimateGasError.js +8 -5
- package/_esm/utils/errors/getEstimateGasError.js.map +1 -1
- package/_esm/utils/errors/getNodeError.js.map +1 -1
- package/_esm/utils/errors/getTransactionError.js +8 -5
- package/_esm/utils/errors/getTransactionError.js.map +1 -1
- package/_esm/utils/formatters/block.js.map +1 -1
- package/_esm/utils/formatters/extract.js.map +1 -1
- package/_esm/utils/formatters/feeHistory.js.map +1 -1
- package/_esm/utils/formatters/formatter.js.map +1 -1
- package/_esm/utils/formatters/log.js.map +1 -1
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_esm/utils/formatters/transactionReceipt.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/hash/getEventSelector.js.map +1 -1
- package/_esm/utils/hash/getEventSignature.js +1 -1
- package/_esm/utils/hash/getEventSignature.js.map +1 -1
- package/_esm/utils/hash/getFunctionSelector.js +1 -1
- package/_esm/utils/hash/getFunctionSelector.js.map +1 -1
- package/_esm/utils/hash/getFunctionSignature.js +1 -1
- package/_esm/utils/hash/getFunctionSignature.js.map +1 -1
- package/_esm/utils/hash/hashFunction.js +2 -2
- package/_esm/utils/hash/hashFunction.js.map +1 -1
- package/_esm/utils/hash/isHash.js.map +1 -1
- package/_esm/utils/hash/keccak256.js.map +1 -1
- package/_esm/utils/index.js +29 -27
- package/_esm/utils/index.js.map +1 -1
- package/_esm/utils/observe.js.map +1 -1
- package/_esm/utils/poll.js.map +1 -1
- package/_esm/utils/promise/createBatchScheduler.js.map +1 -1
- package/_esm/utils/promise/withCache.js.map +1 -1
- package/_esm/utils/promise/withRetry.js.map +1 -1
- package/_esm/utils/promise/withTimeout.js.map +1 -1
- package/_esm/utils/rpc.js +2 -2
- package/_esm/utils/rpc.js.map +1 -1
- package/_esm/utils/signature/hashMessage.js +1 -1
- package/_esm/utils/signature/hashMessage.js.map +1 -1
- package/_esm/utils/signature/hashTypedData.js +2 -2
- package/_esm/utils/signature/hashTypedData.js.map +1 -1
- package/_esm/utils/signature/hexToSignature.js +1 -1
- package/_esm/utils/signature/hexToSignature.js.map +1 -1
- package/_esm/utils/signature/recoverAddress.js.map +1 -1
- package/_esm/utils/signature/recoverMessageAddress.js +1 -1
- package/_esm/utils/signature/recoverMessageAddress.js.map +1 -1
- package/_esm/utils/signature/recoverPublicKey.js.map +1 -1
- package/_esm/utils/signature/recoverTypedDataAddress.js +1 -1
- package/_esm/utils/signature/recoverTypedDataAddress.js.map +1 -1
- package/_esm/utils/signature/signatureToHex.js +1 -1
- package/_esm/utils/signature/signatureToHex.js.map +1 -1
- package/_esm/utils/signature/verifyMessage.js +2 -2
- package/_esm/utils/signature/verifyMessage.js.map +1 -1
- package/_esm/utils/signature/verifyTypedData.js +1 -1
- package/_esm/utils/signature/verifyTypedData.js.map +1 -1
- package/_esm/utils/stringify.js.map +1 -1
- package/_esm/utils/transaction/assertRequest.js +4 -4
- package/_esm/utils/transaction/assertRequest.js.map +1 -1
- package/_esm/utils/transaction/assertTransaction.js +3 -3
- package/_esm/utils/transaction/assertTransaction.js.map +1 -1
- package/_esm/utils/transaction/getSerializedTransactionType.js +1 -1
- package/_esm/utils/transaction/getSerializedTransactionType.js.map +1 -1
- package/_esm/utils/transaction/getTransactionType.js +1 -1
- package/_esm/utils/transaction/getTransactionType.js.map +1 -1
- package/_esm/utils/transaction/parseTransaction.js +2 -2
- package/_esm/utils/transaction/parseTransaction.js.map +1 -1
- package/_esm/utils/transaction/serializeAccessList.js +2 -2
- package/_esm/utils/transaction/serializeAccessList.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +2 -2
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/utils/typedData.js +1 -1
- package/_esm/utils/typedData.js.map +1 -1
- package/_esm/utils/unit/formatEther.js.map +1 -1
- package/_esm/utils/unit/formatGwei.js.map +1 -1
- package/_esm/utils/unit/formatUnits.js.map +1 -1
- package/_esm/utils/unit/parseEther.js.map +1 -1
- package/_esm/utils/unit/parseGwei.js.map +1 -1
- package/_esm/utils/unit/parseUnits.js.map +1 -1
- package/_test/generated.ts +350 -0
- package/_types/_test/generated.d.ts +428 -0
- package/_types/_test/generated.d.ts.map +1 -0
- package/_types/abi/index.d.ts +4 -4
- package/_types/abi/index.d.ts.map +1 -1
- package/_types/accounts/generateMnemonic.d.ts +2 -0
- package/_types/accounts/generateMnemonic.d.ts.map +1 -1
- package/_types/accounts/generatePrivateKey.d.ts +3 -0
- package/_types/accounts/generatePrivateKey.d.ts.map +1 -1
- package/_types/accounts/hdKeyToAccount.d.ts +4 -0
- package/_types/accounts/hdKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/index.d.ts +14 -14
- package/_types/accounts/index.d.ts.map +1 -1
- package/_types/accounts/mnemonicToAccount.d.ts +3 -0
- package/_types/accounts/mnemonicToAccount.d.ts.map +1 -1
- package/_types/accounts/privateKeyToAccount.d.ts +8 -0
- package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
- package/_types/accounts/toAccount.d.ts +4 -0
- package/_types/accounts/toAccount.d.ts.map +1 -1
- package/_types/accounts/utils/parseAccount.d.ts +2 -0
- package/_types/accounts/utils/parseAccount.d.ts.map +1 -1
- package/_types/accounts/utils/privateKeyToAddress.d.ts +4 -0
- package/_types/accounts/utils/privateKeyToAddress.d.ts.map +1 -1
- package/_types/accounts/utils/publicKeyToAddress.d.ts +4 -0
- package/_types/accounts/utils/publicKeyToAddress.d.ts.map +1 -1
- package/_types/accounts/utils/sign.d.ts +3 -0
- package/_types/accounts/utils/sign.d.ts.map +1 -1
- package/_types/accounts/utils/signMessage.d.ts +5 -0
- package/_types/accounts/utils/signMessage.d.ts.map +1 -1
- package/_types/accounts/utils/signTransaction.d.ts +4 -0
- package/_types/accounts/utils/signTransaction.d.ts.map +1 -1
- package/_types/accounts/utils/signTypedData.d.ts +5 -0
- package/_types/accounts/utils/signTypedData.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAddress.d.ts +9 -0
- package/_types/actions/ens/getEnsAddress.d.ts.map +1 -1
- package/_types/actions/ens/getEnsAvatar.d.ts +4 -1
- package/_types/actions/ens/getEnsAvatar.d.ts.map +1 -1
- package/_types/actions/ens/getEnsName.d.ts +6 -1
- package/_types/actions/ens/getEnsName.d.ts.map +1 -1
- package/_types/actions/ens/getEnsResolver.d.ts +5 -0
- package/_types/actions/ens/getEnsResolver.d.ts.map +1 -1
- package/_types/actions/ens/getEnsText.d.ts +8 -1
- package/_types/actions/ens/getEnsText.d.ts.map +1 -1
- package/_types/actions/getContract.d.ts +2 -0
- package/_types/actions/getContract.d.ts.map +1 -1
- package/_types/actions/index.d.ts +79 -79
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +15 -1
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/createBlockFilter.d.ts +3 -0
- package/_types/actions/public/createBlockFilter.d.ts.map +1 -1
- package/_types/actions/public/createContractEventFilter.d.ts +5 -0
- package/_types/actions/public/createContractEventFilter.d.ts.map +1 -1
- package/_types/actions/public/createEventFilter.d.ts +5 -0
- package/_types/actions/public/createEventFilter.d.ts.map +1 -1
- package/_types/actions/public/createPendingTransactionFilter.d.ts +3 -0
- package/_types/actions/public/createPendingTransactionFilter.d.ts.map +1 -1
- package/_types/actions/public/estimateContractGas.d.ts +5 -1
- package/_types/actions/public/estimateContractGas.d.ts.map +1 -1
- package/_types/actions/public/estimateFeesPerGas.d.ts +5 -0
- package/_types/actions/public/estimateFeesPerGas.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts +6 -0
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts +7 -0
- package/_types/actions/public/estimateMaxPriorityFeePerGas.d.ts.map +1 -1
- package/_types/actions/public/getBalance.d.ts +4 -0
- package/_types/actions/public/getBalance.d.ts.map +1 -1
- package/_types/actions/public/getBlock.d.ts +5 -0
- package/_types/actions/public/getBlock.d.ts.map +1 -1
- package/_types/actions/public/getBlockNumber.d.ts +3 -0
- package/_types/actions/public/getBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/getBlockTransactionCount.d.ts +5 -0
- package/_types/actions/public/getBlockTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/getBytecode.d.ts +4 -0
- package/_types/actions/public/getBytecode.d.ts.map +1 -1
- package/_types/actions/public/getChainId.d.ts +4 -0
- package/_types/actions/public/getChainId.d.ts.map +1 -1
- package/_types/actions/public/getContractEvents.d.ts +4 -0
- package/_types/actions/public/getContractEvents.d.ts.map +1 -1
- package/_types/actions/public/getFeeHistory.d.ts +4 -0
- package/_types/actions/public/getFeeHistory.d.ts.map +1 -1
- package/_types/actions/public/getFilterChanges.d.ts +5 -0
- package/_types/actions/public/getFilterChanges.d.ts.map +1 -1
- package/_types/actions/public/getFilterLogs.d.ts +5 -0
- package/_types/actions/public/getFilterLogs.d.ts.map +1 -1
- package/_types/actions/public/getGasPrice.d.ts +3 -0
- package/_types/actions/public/getGasPrice.d.ts.map +1 -1
- package/_types/actions/public/getLogs.d.ts +7 -0
- package/_types/actions/public/getLogs.d.ts.map +1 -1
- package/_types/actions/public/getStorageAt.d.ts +4 -0
- package/_types/actions/public/getStorageAt.d.ts.map +1 -1
- package/_types/actions/public/getTransaction.d.ts +4 -0
- package/_types/actions/public/getTransaction.d.ts.map +1 -1
- package/_types/actions/public/getTransactionConfirmations.d.ts +4 -0
- package/_types/actions/public/getTransactionConfirmations.d.ts.map +1 -1
- package/_types/actions/public/getTransactionCount.d.ts +5 -0
- package/_types/actions/public/getTransactionCount.d.ts.map +1 -1
- package/_types/actions/public/getTransactionReceipt.d.ts +4 -0
- package/_types/actions/public/getTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/public/multicall.d.ts +7 -0
- package/_types/actions/public/multicall.d.ts.map +1 -1
- package/_types/actions/public/readContract.d.ts +5 -1
- package/_types/actions/public/readContract.d.ts.map +1 -1
- package/_types/actions/public/simulateContract.d.ts +7 -1
- package/_types/actions/public/simulateContract.d.ts.map +1 -1
- package/_types/actions/public/uninstallFilter.d.ts +3 -0
- package/_types/actions/public/uninstallFilter.d.ts.map +1 -1
- package/_types/actions/public/verifyHash.d.ts +7 -1
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/public/verifyMessage.d.ts +4 -1
- package/_types/actions/public/verifyMessage.d.ts.map +1 -1
- package/_types/actions/public/verifyTypedData.d.ts +4 -1
- package/_types/actions/public/verifyTypedData.d.ts.map +1 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts +7 -1
- package/_types/actions/public/waitForTransactionReceipt.d.ts.map +1 -1
- package/_types/actions/public/watchBlockNumber.d.ts +3 -0
- package/_types/actions/public/watchBlockNumber.d.ts.map +1 -1
- package/_types/actions/public/watchBlocks.d.ts +4 -0
- package/_types/actions/public/watchBlocks.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts +5 -1
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/public/watchEvent.d.ts +4 -0
- package/_types/actions/public/watchEvent.d.ts.map +1 -1
- package/_types/actions/public/watchPendingTransactions.d.ts +4 -0
- package/_types/actions/public/watchPendingTransactions.d.ts.map +1 -1
- package/_types/actions/test/dropTransaction.d.ts +3 -0
- package/_types/actions/test/dropTransaction.d.ts.map +1 -1
- package/_types/actions/test/getAutomine.d.ts +3 -0
- package/_types/actions/test/getAutomine.d.ts.map +1 -1
- package/_types/actions/test/getTxpoolContent.d.ts +3 -0
- package/_types/actions/test/getTxpoolContent.d.ts.map +1 -1
- package/_types/actions/test/getTxpoolStatus.d.ts +3 -0
- package/_types/actions/test/getTxpoolStatus.d.ts.map +1 -1
- package/_types/actions/test/impersonateAccount.d.ts +3 -0
- package/_types/actions/test/impersonateAccount.d.ts.map +1 -1
- package/_types/actions/test/increaseTime.d.ts +3 -0
- package/_types/actions/test/increaseTime.d.ts.map +1 -1
- package/_types/actions/test/inspectTxpool.d.ts +3 -0
- package/_types/actions/test/inspectTxpool.d.ts.map +1 -1
- package/_types/actions/test/mine.d.ts +3 -0
- package/_types/actions/test/mine.d.ts.map +1 -1
- package/_types/actions/test/removeBlockTimestampInterval.d.ts +3 -0
- package/_types/actions/test/removeBlockTimestampInterval.d.ts.map +1 -1
- package/_types/actions/test/reset.d.ts +3 -0
- package/_types/actions/test/reset.d.ts.map +1 -1
- package/_types/actions/test/revert.d.ts +3 -0
- package/_types/actions/test/revert.d.ts.map +1 -1
- package/_types/actions/test/sendUnsignedTransaction.d.ts +3 -0
- package/_types/actions/test/sendUnsignedTransaction.d.ts.map +1 -1
- package/_types/actions/test/setAutomine.d.ts +3 -0
- package/_types/actions/test/setAutomine.d.ts.map +1 -1
- package/_types/actions/test/setBalance.d.ts +3 -0
- package/_types/actions/test/setBalance.d.ts.map +1 -1
- package/_types/actions/test/setBlockGasLimit.d.ts +3 -0
- package/_types/actions/test/setBlockGasLimit.d.ts.map +1 -1
- package/_types/actions/test/setBlockTimestampInterval.d.ts +3 -0
- package/_types/actions/test/setBlockTimestampInterval.d.ts.map +1 -1
- package/_types/actions/test/setCode.d.ts +3 -0
- package/_types/actions/test/setCode.d.ts.map +1 -1
- package/_types/actions/test/setCoinbase.d.ts +3 -0
- package/_types/actions/test/setCoinbase.d.ts.map +1 -1
- package/_types/actions/test/setIntervalMining.d.ts +3 -0
- package/_types/actions/test/setIntervalMining.d.ts.map +1 -1
- package/_types/actions/test/setLoggingEnabled.d.ts +3 -0
- package/_types/actions/test/setLoggingEnabled.d.ts.map +1 -1
- package/_types/actions/test/setMinGasPrice.d.ts +3 -0
- package/_types/actions/test/setMinGasPrice.d.ts.map +1 -1
- package/_types/actions/test/setNextBlockBaseFeePerGas.d.ts +3 -0
- package/_types/actions/test/setNextBlockBaseFeePerGas.d.ts.map +1 -1
- package/_types/actions/test/setNextBlockTimestamp.d.ts +3 -0
- package/_types/actions/test/setNextBlockTimestamp.d.ts.map +1 -1
- package/_types/actions/test/setNonce.d.ts +3 -0
- package/_types/actions/test/setNonce.d.ts.map +1 -1
- package/_types/actions/test/setRpcUrl.d.ts +3 -0
- package/_types/actions/test/setRpcUrl.d.ts.map +1 -1
- package/_types/actions/test/setStorageAt.d.ts +3 -0
- package/_types/actions/test/setStorageAt.d.ts.map +1 -1
- package/_types/actions/test/snapshot.d.ts +3 -0
- package/_types/actions/test/snapshot.d.ts.map +1 -1
- package/_types/actions/test/stopImpersonatingAccount.d.ts +3 -0
- package/_types/actions/test/stopImpersonatingAccount.d.ts.map +1 -1
- package/_types/actions/wallet/addChain.d.ts +4 -0
- package/_types/actions/wallet/addChain.d.ts.map +1 -1
- package/_types/actions/wallet/deployContract.d.ts +3 -1
- package/_types/actions/wallet/deployContract.d.ts.map +1 -1
- package/_types/actions/wallet/getAddresses.d.ts +4 -0
- package/_types/actions/wallet/getAddresses.d.ts.map +1 -1
- package/_types/actions/wallet/getPermissions.d.ts +3 -0
- package/_types/actions/wallet/getPermissions.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +8 -0
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/requestAddresses.d.ts +3 -0
- package/_types/actions/wallet/requestAddresses.d.ts.map +1 -1
- package/_types/actions/wallet/requestPermissions.d.ts +3 -0
- package/_types/actions/wallet/requestPermissions.d.ts.map +1 -1
- package/_types/actions/wallet/sendRawTransaction.d.ts +3 -0
- package/_types/actions/wallet/sendRawTransaction.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts +11 -0
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/actions/wallet/signMessage.d.ts +6 -0
- package/_types/actions/wallet/signMessage.d.ts.map +1 -1
- package/_types/actions/wallet/signTransaction.d.ts +9 -0
- package/_types/actions/wallet/signTransaction.d.ts.map +1 -1
- package/_types/actions/wallet/signTypedData.d.ts +9 -0
- package/_types/actions/wallet/signTypedData.d.ts.map +1 -1
- package/_types/actions/wallet/switchChain.d.ts +4 -0
- package/_types/actions/wallet/switchChain.d.ts.map +1 -1
- package/_types/actions/wallet/watchAsset.d.ts +3 -0
- package/_types/actions/wallet/watchAsset.d.ts.map +1 -1
- package/_types/actions/wallet/writeContract.d.ts +4 -1
- package/_types/actions/wallet/writeContract.d.ts.map +1 -1
- package/_types/chains/definitions/holesky.d.ts +6 -1
- package/_types/chains/definitions/holesky.d.ts.map +1 -1
- package/_types/clients/createClient.d.ts +3 -0
- package/_types/clients/createClient.d.ts.map +1 -1
- package/_types/clients/createPublicClient.d.ts +3 -1
- package/_types/clients/createPublicClient.d.ts.map +1 -1
- package/_types/clients/createTestClient.d.ts +3 -1
- package/_types/clients/createTestClient.d.ts.map +1 -1
- package/_types/clients/createWalletClient.d.ts +3 -1
- package/_types/clients/createWalletClient.d.ts.map +1 -1
- package/_types/clients/transports/createTransport.d.ts +2 -0
- package/_types/clients/transports/createTransport.d.ts.map +1 -1
- package/_types/clients/transports/custom.d.ts +3 -1
- package/_types/clients/transports/custom.d.ts.map +1 -1
- package/_types/clients/transports/fallback.d.ts +3 -1
- package/_types/clients/transports/fallback.d.ts.map +1 -1
- package/_types/clients/transports/http.d.ts +4 -1
- package/_types/clients/transports/http.d.ts.map +1 -1
- package/_types/clients/transports/webSocket.d.ts +4 -1
- package/_types/clients/transports/webSocket.d.ts.map +1 -1
- package/_types/contract/index.d.ts +25 -25
- package/_types/contract/index.d.ts.map +1 -1
- package/_types/ens/index.d.ts +8 -8
- package/_types/ens/index.d.ts.map +1 -1
- package/_types/errors/abi.d.ts +75 -0
- package/_types/errors/abi.d.ts.map +1 -1
- package/_types/errors/account.d.ts +3 -0
- package/_types/errors/account.d.ts.map +1 -1
- package/_types/errors/address.d.ts +3 -0
- package/_types/errors/address.d.ts.map +1 -1
- package/_types/errors/base.d.ts +3 -0
- package/_types/errors/base.d.ts.map +1 -1
- package/_types/errors/block.d.ts +3 -0
- package/_types/errors/block.d.ts.map +1 -1
- package/_types/errors/ccip.d.ts +9 -0
- package/_types/errors/ccip.d.ts.map +1 -1
- package/_types/errors/chain.d.ts +15 -0
- package/_types/errors/chain.d.ts.map +1 -1
- package/_types/errors/contract.d.ts +15 -0
- package/_types/errors/contract.d.ts.map +1 -1
- package/_types/errors/cursor.d.ts +6 -0
- package/_types/errors/cursor.d.ts.map +1 -1
- package/_types/errors/data.d.ts +6 -0
- package/_types/errors/data.d.ts.map +1 -1
- package/_types/errors/encoding.d.ts +26 -2
- package/_types/errors/encoding.d.ts.map +1 -1
- package/_types/errors/ens.d.ts +12 -0
- package/_types/errors/ens.d.ts.map +1 -1
- package/_types/errors/estimateGas.d.ts +3 -0
- package/_types/errors/estimateGas.d.ts.map +1 -1
- package/_types/errors/fee.d.ts +9 -0
- package/_types/errors/fee.d.ts.map +1 -1
- package/_types/errors/log.d.ts +3 -0
- package/_types/errors/log.d.ts.map +1 -1
- package/_types/errors/node.d.ts +37 -0
- package/_types/errors/node.d.ts.map +1 -1
- package/_types/errors/request.d.ts +12 -0
- package/_types/errors/request.d.ts.map +1 -1
- package/_types/errors/rpc.d.ts +81 -0
- package/_types/errors/rpc.d.ts.map +1 -1
- package/_types/errors/transaction.d.ts +30 -0
- package/_types/errors/transaction.d.ts.map +1 -1
- package/_types/errors/transport.d.ts +3 -0
- package/_types/errors/transport.d.ts.map +1 -1
- package/_types/errors/utils.d.ts +3 -0
- package/_types/errors/utils.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +176 -174
- package/_types/index.d.ts.map +1 -1
- package/_types/public/index.d.ts +27 -27
- package/_types/public/index.d.ts.map +1 -1
- package/_types/test/index.d.ts +28 -28
- package/_types/test/index.d.ts.map +1 -1
- package/_types/types/eip1193.d.ts +3 -0
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/utils/abi/decodeAbiParameters.d.ts +20 -0
- package/_types/utils/abi/decodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/decodeDeployData.d.ts +4 -0
- package/_types/utils/abi/decodeDeployData.d.ts.map +1 -1
- package/_types/utils/abi/decodeErrorResult.d.ts +6 -0
- package/_types/utils/abi/decodeErrorResult.d.ts.map +1 -1
- package/_types/utils/abi/decodeEventLog.d.ts +6 -0
- package/_types/utils/abi/decodeEventLog.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionData.d.ts +7 -0
- package/_types/utils/abi/decodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/decodeFunctionResult.d.ts +5 -0
- package/_types/utils/abi/decodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeAbiParameters.d.ts +21 -0
- package/_types/utils/abi/encodeAbiParameters.d.ts.map +1 -1
- package/_types/utils/abi/encodeDeployData.d.ts +5 -0
- package/_types/utils/abi/encodeDeployData.d.ts.map +1 -1
- package/_types/utils/abi/encodeErrorResult.d.ts +7 -0
- package/_types/utils/abi/encodeErrorResult.d.ts.map +1 -1
- package/_types/utils/abi/encodeEventTopics.d.ts +11 -0
- package/_types/utils/abi/encodeEventTopics.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionData.d.ts +8 -0
- package/_types/utils/abi/encodeFunctionData.d.ts.map +1 -1
- package/_types/utils/abi/encodeFunctionResult.d.ts +5 -0
- package/_types/utils/abi/encodeFunctionResult.d.ts.map +1 -1
- package/_types/utils/abi/encodePacked.d.ts +9 -0
- package/_types/utils/abi/encodePacked.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItem.d.ts +5 -0
- package/_types/utils/abi/formatAbiItem.d.ts.map +1 -1
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts +2 -0
- package/_types/utils/abi/formatAbiItemWithArgs.d.ts.map +1 -1
- package/_types/utils/abi/getAbiItem.d.ts +6 -0
- package/_types/utils/abi/getAbiItem.d.ts.map +1 -1
- package/_types/utils/address/getAddress.d.ts +6 -0
- package/_types/utils/address/getAddress.d.ts.map +1 -1
- package/_types/utils/address/getContractAddress.d.ts +11 -0
- package/_types/utils/address/getContractAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddress.d.ts +2 -0
- package/_types/utils/address/isAddress.d.ts.map +1 -1
- package/_types/utils/address/isAddressEqual.d.ts +4 -0
- package/_types/utils/address/isAddressEqual.d.ts.map +1 -1
- package/_types/utils/buildRequest.d.ts +8 -0
- package/_types/utils/buildRequest.d.ts.map +1 -1
- package/_types/utils/ccip.d.ts +3 -0
- package/_types/utils/ccip.d.ts.map +1 -1
- package/_types/utils/chain.d.ts +4 -0
- package/_types/utils/chain.d.ts.map +1 -1
- package/_types/utils/contract/extractFunctionParts.d.ts +5 -0
- package/_types/utils/contract/extractFunctionParts.d.ts.map +1 -1
- package/_types/utils/cursor.d.ts +7 -0
- package/_types/utils/cursor.d.ts.map +1 -1
- package/_types/utils/data/concat.d.ts +4 -0
- package/_types/utils/data/concat.d.ts.map +1 -1
- package/_types/utils/data/isBytes.d.ts +2 -0
- package/_types/utils/data/isBytes.d.ts.map +1 -1
- package/_types/utils/data/isBytesEqual.d.ts +4 -0
- package/_types/utils/data/isBytesEqual.d.ts.map +1 -1
- package/_types/utils/data/isHex.d.ts +2 -0
- package/_types/utils/data/isHex.d.ts.map +1 -1
- package/_types/utils/data/pad.d.ts +5 -0
- package/_types/utils/data/pad.d.ts.map +1 -1
- package/_types/utils/data/size.d.ts +3 -0
- package/_types/utils/data/size.d.ts.map +1 -1
- package/_types/utils/data/slice.d.ts +9 -0
- package/_types/utils/data/slice.d.ts.map +1 -1
- package/_types/utils/data/trim.d.ts +2 -0
- package/_types/utils/data/trim.d.ts.map +1 -1
- package/_types/utils/encoding/fromBytes.d.ts +13 -5
- package/_types/utils/encoding/fromBytes.d.ts.map +1 -1
- package/_types/utils/encoding/fromHex.d.ts +11 -0
- package/_types/utils/encoding/fromHex.d.ts.map +1 -1
- package/_types/utils/encoding/fromRlp.d.ts +12 -0
- package/_types/utils/encoding/fromRlp.d.ts.map +1 -1
- package/_types/utils/encoding/toBytes.d.ts +12 -3
- package/_types/utils/encoding/toBytes.d.ts.map +1 -1
- package/_types/utils/encoding/toHex.d.ts +9 -0
- package/_types/utils/encoding/toHex.d.ts.map +1 -1
- package/_types/utils/encoding/toRlp.d.ts +7 -0
- package/_types/utils/encoding/toRlp.d.ts.map +1 -1
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts +4 -0
- package/_types/utils/ens/avatar/parseAvatarRecord.d.ts.map +1 -1
- package/_types/utils/ens/avatar/utils.d.ts +11 -0
- package/_types/utils/ens/avatar/utils.d.ts.map +1 -1
- package/_types/utils/ens/encodeLabelhash.d.ts +2 -0
- package/_types/utils/ens/encodeLabelhash.d.ts.map +1 -1
- package/_types/utils/ens/encodedLabelToLabelhash.d.ts +3 -0
- package/_types/utils/ens/encodedLabelToLabelhash.d.ts.map +1 -1
- package/_types/utils/ens/errors.d.ts +2 -0
- package/_types/utils/ens/errors.d.ts.map +1 -1
- package/_types/utils/ens/labelhash.d.ts +6 -0
- package/_types/utils/ens/labelhash.d.ts.map +1 -1
- package/_types/utils/ens/namehash.d.ts +7 -0
- package/_types/utils/ens/namehash.d.ts.map +1 -1
- package/_types/utils/ens/normalize.d.ts +2 -0
- package/_types/utils/ens/normalize.d.ts.map +1 -1
- package/_types/utils/ens/packetToBytes.d.ts +5 -0
- package/_types/utils/ens/packetToBytes.d.ts.map +1 -1
- package/_types/utils/errors/getCallError.d.ts +8 -4
- package/_types/utils/errors/getCallError.d.ts.map +1 -1
- package/_types/utils/errors/getContractError.d.ts +7 -4
- package/_types/utils/errors/getContractError.d.ts.map +1 -1
- package/_types/utils/errors/getEstimateGasError.d.ts +8 -4
- package/_types/utils/errors/getEstimateGasError.d.ts.map +1 -1
- package/_types/utils/errors/getNodeError.d.ts +3 -2
- package/_types/utils/errors/getNodeError.d.ts.map +1 -1
- package/_types/utils/errors/getTransactionError.d.ts +7 -3
- package/_types/utils/errors/getTransactionError.d.ts.map +1 -1
- package/_types/utils/formatters/block.d.ts +4 -0
- package/_types/utils/formatters/block.d.ts.map +1 -1
- package/_types/utils/formatters/extract.d.ts +2 -0
- package/_types/utils/formatters/extract.d.ts.map +1 -1
- package/_types/utils/formatters/feeHistory.d.ts +2 -0
- package/_types/utils/formatters/feeHistory.d.ts.map +1 -1
- package/_types/utils/formatters/formatter.d.ts +2 -0
- package/_types/utils/formatters/formatter.d.ts.map +1 -1
- package/_types/utils/formatters/log.d.ts +2 -0
- package/_types/utils/formatters/log.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +4 -0
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionReceipt.d.ts +4 -0
- package/_types/utils/formatters/transactionReceipt.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +4 -0
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/hash/getEventSelector.d.ts +4 -0
- package/_types/utils/hash/getEventSelector.d.ts.map +1 -1
- package/_types/utils/hash/getEventSignature.d.ts +3 -0
- package/_types/utils/hash/getEventSignature.d.ts.map +1 -1
- package/_types/utils/hash/getFunctionSelector.d.ts +6 -0
- package/_types/utils/hash/getFunctionSelector.d.ts.map +1 -1
- package/_types/utils/hash/getFunctionSignature.d.ts +4 -0
- package/_types/utils/hash/getFunctionSignature.d.ts.map +1 -1
- package/_types/utils/hash/hashFunction.d.ts +7 -0
- package/_types/utils/hash/hashFunction.d.ts.map +1 -1
- package/_types/utils/hash/isHash.d.ts +4 -0
- package/_types/utils/hash/isHash.d.ts.map +1 -1
- package/_types/utils/hash/keccak256.d.ts +5 -0
- package/_types/utils/hash/keccak256.d.ts.map +1 -1
- package/_types/utils/index.d.ts +80 -78
- package/_types/utils/index.d.ts.map +1 -1
- package/_types/utils/observe.d.ts +2 -0
- package/_types/utils/observe.d.ts.map +1 -1
- package/_types/utils/poll.d.ts +2 -0
- package/_types/utils/poll.d.ts.map +1 -1
- package/_types/utils/promise/createBatchScheduler.d.ts +2 -0
- package/_types/utils/promise/createBatchScheduler.d.ts.map +1 -1
- package/_types/utils/promise/withCache.d.ts +2 -0
- package/_types/utils/promise/withCache.d.ts.map +1 -1
- package/_types/utils/promise/withRetry.d.ts +2 -0
- package/_types/utils/promise/withRetry.d.ts.map +1 -1
- package/_types/utils/promise/withTimeout.d.ts +2 -0
- package/_types/utils/promise/withTimeout.d.ts.map +1 -1
- package/_types/utils/rpc.d.ts +8 -0
- package/_types/utils/rpc.d.ts.map +1 -1
- package/_types/utils/signature/hashMessage.d.ts +5 -0
- package/_types/utils/signature/hashMessage.d.ts.map +1 -1
- package/_types/utils/signature/hashTypedData.d.ts +13 -0
- package/_types/utils/signature/hashTypedData.d.ts.map +1 -1
- package/_types/utils/signature/hexToSignature.d.ts +3 -0
- package/_types/utils/signature/hexToSignature.d.ts.map +1 -1
- package/_types/utils/signature/recoverAddress.d.ts +2 -0
- package/_types/utils/signature/recoverAddress.d.ts.map +1 -1
- package/_types/utils/signature/recoverMessageAddress.d.ts +4 -0
- package/_types/utils/signature/recoverMessageAddress.d.ts.map +1 -1
- package/_types/utils/signature/recoverPublicKey.d.ts +4 -0
- package/_types/utils/signature/recoverPublicKey.d.ts.map +1 -1
- package/_types/utils/signature/recoverTypedDataAddress.d.ts +4 -0
- package/_types/utils/signature/recoverTypedDataAddress.d.ts.map +1 -1
- package/_types/utils/signature/signatureToHex.d.ts +4 -0
- package/_types/utils/signature/signatureToHex.d.ts.map +1 -1
- package/_types/utils/signature/verifyMessage.d.ts +5 -0
- package/_types/utils/signature/verifyMessage.d.ts.map +1 -1
- package/_types/utils/signature/verifyTypedData.d.ts +5 -0
- package/_types/utils/signature/verifyTypedData.d.ts.map +1 -1
- package/_types/utils/stringify.d.ts +2 -0
- package/_types/utils/stringify.d.ts.map +1 -1
- package/_types/utils/transaction/assertRequest.d.ts +6 -0
- package/_types/utils/transaction/assertRequest.d.ts.map +1 -1
- package/_types/utils/transaction/assertTransaction.d.ts +9 -0
- package/_types/utils/transaction/assertTransaction.d.ts.map +1 -1
- package/_types/utils/transaction/getSerializedTransactionType.d.ts +5 -0
- package/_types/utils/transaction/getSerializedTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -0
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/parseTransaction.d.ts +18 -1
- package/_types/utils/transaction/parseTransaction.d.ts.map +1 -1
- package/_types/utils/transaction/serializeAccessList.d.ts +5 -0
- package/_types/utils/transaction/serializeAccessList.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts +13 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/utils/typedData.d.ts +8 -0
- package/_types/utils/typedData.d.ts.map +1 -1
- package/_types/utils/unit/formatEther.d.ts +2 -0
- package/_types/utils/unit/formatEther.d.ts.map +1 -1
- package/_types/utils/unit/formatGwei.d.ts +2 -0
- package/_types/utils/unit/formatGwei.d.ts.map +1 -1
- package/_types/utils/unit/formatUnits.d.ts +2 -0
- package/_types/utils/unit/formatUnits.d.ts.map +1 -1
- package/_types/utils/unit/parseEther.d.ts +3 -0
- package/_types/utils/unit/parseEther.d.ts.map +1 -1
- package/_types/utils/unit/parseGwei.d.ts +3 -0
- package/_types/utils/unit/parseGwei.d.ts.map +1 -1
- package/_types/utils/unit/parseUnits.d.ts +2 -0
- package/_types/utils/unit/parseUnits.d.ts.map +1 -1
- package/abi/index.ts +7 -1
- package/accounts/generateMnemonic.ts +3 -0
- package/accounts/generatePrivateKey.ts +4 -1
- package/accounts/hdKeyToAccount.ts +11 -2
- package/accounts/index.ts +46 -11
- package/accounts/mnemonicToAccount.ts +7 -1
- package/accounts/privateKeyToAccount.ts +25 -6
- package/accounts/toAccount.ts +14 -2
- package/accounts/utils/parseAccount.ts +3 -0
- package/accounts/utils/privateKeyToAddress.ts +14 -2
- package/accounts/utils/publicKeyToAddress.ts +14 -2
- package/accounts/utils/sign.ts +5 -1
- package/accounts/utils/signMessage.ts +17 -3
- package/accounts/utils/signTransaction.ts +12 -2
- package/accounts/utils/signTypedData.ts +16 -3
- package/actions/ens/getEnsAddress.ts +30 -7
- package/actions/ens/getEnsAvatar.ts +15 -2
- package/actions/ens/getEnsName.ts +18 -3
- package/actions/ens/getEnsResolver.ts +16 -3
- package/actions/ens/getEnsText.ts +28 -6
- package/actions/getContract.ts +3 -0
- package/actions/index.ts +111 -10
- package/actions/public/call.ts +60 -10
- package/actions/public/createBlockFilter.ts +4 -0
- package/actions/public/createContractEventFilter.ts +13 -1
- package/actions/public/createEventFilter.ts +13 -1
- package/actions/public/createPendingTransactionFilter.ts +6 -0
- package/actions/public/estimateContractGas.ts +21 -4
- package/actions/public/estimateFeesPerGas.ts +15 -2
- package/actions/public/estimateGas.ts +21 -3
- package/actions/public/estimateMaxPriorityFeePerGas.ts +22 -4
- package/actions/public/getBalance.ts +11 -1
- package/actions/public/getBlock.ts +16 -2
- package/actions/public/getBlockNumber.ts +4 -0
- package/actions/public/getBlockTransactionCount.ts +16 -2
- package/actions/public/getBytecode.ts +11 -1
- package/actions/public/getChainId.ts +11 -1
- package/actions/public/getContractEvents.ts +12 -2
- package/actions/public/getFeeHistory.ts +14 -2
- package/actions/public/getFilterChanges.ts +16 -2
- package/actions/public/getFilterLogs.ts +16 -2
- package/actions/public/getGasPrice.ts +4 -0
- package/actions/public/getLogs.ts +23 -3
- package/actions/public/getStorageAt.ts +11 -1
- package/actions/public/getTransaction.ts +11 -1
- package/actions/public/getTransactionConfirmations.ts +14 -2
- package/actions/public/getTransactionCount.ts +16 -2
- package/actions/public/getTransactionReceipt.ts +11 -1
- package/actions/public/multicall.ts +27 -5
- package/actions/public/readContract.ts +18 -4
- package/actions/public/simulateContract.ts +24 -5
- package/actions/public/uninstallFilter.ts +4 -0
- package/actions/public/verifyHash.ts +17 -2
- package/actions/public/verifyMessage.ts +12 -1
- package/actions/public/verifyTypedData.ts +15 -2
- package/actions/public/waitForTransactionReceipt.ts +17 -3
- package/actions/public/watchBlockNumber.ts +4 -1
- package/actions/public/watchBlocks.ts +8 -2
- package/actions/public/watchContractEvent.ts +12 -5
- package/actions/public/watchEvent.ts +8 -2
- package/actions/public/watchPendingTransactions.ts +8 -2
- package/actions/test/dropTransaction.ts +4 -0
- package/actions/test/getAutomine.ts +4 -0
- package/actions/test/getTxpoolContent.ts +4 -0
- package/actions/test/getTxpoolStatus.ts +4 -0
- package/actions/test/impersonateAccount.ts +4 -0
- package/actions/test/increaseTime.ts +4 -0
- package/actions/test/inspectTxpool.ts +4 -0
- package/actions/test/mine.ts +4 -0
- package/actions/test/removeBlockTimestampInterval.ts +4 -0
- package/actions/test/reset.ts +4 -0
- package/actions/test/revert.ts +4 -0
- package/actions/test/sendUnsignedTransaction.ts +4 -0
- package/actions/test/setAutomine.ts +4 -0
- package/actions/test/setBalance.ts +4 -0
- package/actions/test/setBlockGasLimit.ts +4 -0
- package/actions/test/setBlockTimestampInterval.ts +10 -1
- package/actions/test/setCode.ts +4 -0
- package/actions/test/setCoinbase.ts +4 -0
- package/actions/test/setIntervalMining.ts +10 -1
- package/actions/test/setLoggingEnabled.ts +4 -0
- package/actions/test/setMinGasPrice.ts +4 -0
- package/actions/test/setNextBlockBaseFeePerGas.ts +4 -0
- package/actions/test/setNextBlockTimestamp.ts +4 -0
- package/actions/test/setNonce.ts +4 -0
- package/actions/test/setRpcUrl.ts +4 -0
- package/actions/test/setStorageAt.ts +4 -0
- package/actions/test/snapshot.ts +4 -0
- package/actions/test/stopImpersonatingAccount.ts +4 -0
- package/actions/wallet/addChain.ts +11 -1
- package/actions/wallet/deployContract.ts +4 -0
- package/actions/wallet/getAddresses.ts +11 -1
- package/actions/wallet/getPermissions.ts +4 -0
- package/actions/wallet/prepareTransactionRequest.ts +34 -6
- package/actions/wallet/requestAddresses.ts +4 -0
- package/actions/wallet/requestPermissions.ts +4 -0
- package/actions/wallet/sendRawTransaction.ts +4 -0
- package/actions/wallet/sendTransaction.ts +38 -6
- package/actions/wallet/signMessage.ts +19 -2
- package/actions/wallet/signTransaction.ts +27 -4
- package/actions/wallet/signTypedData.ts +26 -4
- package/actions/wallet/switchChain.ts +11 -1
- package/actions/wallet/watchAsset.ts +3 -0
- package/actions/wallet/writeContract.ts +11 -1
- package/chains/definitions/holesky.ts +6 -1
- package/clients/createClient.ts +4 -0
- package/clients/createPublicClient.ts +9 -1
- package/clients/createTestClient.ts +9 -1
- package/clients/createWalletClient.ts +9 -1
- package/clients/transports/createTransport.ts +3 -0
- package/clients/transports/custom.ts +4 -0
- package/clients/transports/fallback.ts +4 -0
- package/clients/transports/http.ts +11 -1
- package/clients/transports/webSocket.ts +11 -1
- package/contract/index.ts +31 -2
- package/ens/index.ts +8 -3
- package/errors/abi.ts +87 -0
- package/errors/account.ts +3 -0
- package/errors/address.ts +3 -0
- package/errors/base.ts +1 -0
- package/errors/block.ts +3 -0
- package/errors/ccip.ts +11 -0
- package/errors/chain.ts +17 -0
- package/errors/contract.ts +18 -0
- package/errors/cursor.ts +6 -0
- package/errors/data.ts +6 -0
- package/errors/encoding.ts +26 -2
- package/errors/ens.ts +14 -0
- package/errors/estimateGas.ts +3 -0
- package/errors/fee.ts +9 -0
- package/errors/log.ts +3 -0
- package/errors/node.ts +38 -1
- package/errors/request.ts +12 -0
- package/errors/rpc.ts +81 -0
- package/errors/transaction.ts +35 -0
- package/errors/transport.ts +3 -0
- package/errors/utils.ts +2 -0
- package/errors/version.ts +1 -1
- package/index.ts +549 -80
- package/package.json +1 -1
- package/public/index.ts +34 -1
- package/test/index.ts +60 -10
- package/types/eip1193.ts +3 -0
- package/utils/abi/decodeAbiParameters.ts +70 -5
- package/utils/abi/decodeDeployData.ts +13 -1
- package/utils/abi/decodeErrorResult.ts +21 -5
- package/utils/abi/decodeEventLog.ts +26 -3
- package/utils/abi/decodeFunctionData.ts +19 -5
- package/utils/abi/decodeFunctionResult.ts +15 -2
- package/utils/abi/encodeAbiParameters.ts +87 -7
- package/utils/abi/encodeDeployData.ts +13 -3
- package/utils/abi/encodeErrorResult.ts +20 -5
- package/utils/abi/encodeEventTopics.ts +36 -9
- package/utils/abi/encodeFunctionData.ts +25 -6
- package/utils/abi/encodeFunctionResult.ts +13 -2
- package/utils/abi/encodePacked.ts +35 -5
- package/utils/abi/formatAbiItem.ts +14 -1
- package/utils/abi/formatAbiItemWithArgs.ts +3 -0
- package/utils/abi/getAbiItem.ts +16 -4
- package/utils/address/getAddress.ts +16 -3
- package/utils/address/getContractAddress.ts +27 -8
- package/utils/address/isAddress.ts +3 -0
- package/utils/address/isAddressEqual.ts +8 -2
- package/utils/buildRequest.ts +62 -2
- package/utils/ccip.ts +5 -0
- package/utils/chain.ts +12 -0
- package/utils/contract/extractFunctionParts.ts +10 -0
- package/utils/cursor.ts +15 -0
- package/utils/data/concat.ts +10 -0
- package/utils/data/isBytes.ts +3 -0
- package/utils/data/isBytesEqual.ts +8 -2
- package/utils/data/isHex.ts +3 -0
- package/utils/data/pad.ts +11 -1
- package/utils/data/size.ts +4 -1
- package/utils/data/slice.ts +33 -3
- package/utils/data/trim.ts +3 -0
- package/utils/encoding/fromBytes.ts +44 -8
- package/utils/encoding/fromHex.ts +35 -3
- package/utils/encoding/fromRlp.ts +34 -5
- package/utils/encoding/toBytes.ts +36 -6
- package/utils/encoding/toHex.ts +25 -3
- package/utils/encoding/toRlp.ts +18 -3
- package/utils/ens/avatar/parseAvatarRecord.ts +21 -0
- package/utils/ens/avatar/utils.ts +41 -1
- package/utils/ens/encodeLabelhash.ts +3 -0
- package/utils/ens/encodedLabelToLabelhash.ts +4 -1
- package/utils/ens/errors.ts +3 -0
- package/utils/ens/labelhash.ts +18 -4
- package/utils/ens/namehash.ts +23 -5
- package/utils/ens/normalize.ts +3 -0
- package/utils/ens/packetToBytes.ts +16 -3
- package/utils/errors/getCallError.ts +29 -8
- package/utils/errors/getContractError.ts +35 -19
- package/utils/errors/getEstimateGasError.ts +27 -8
- package/utils/errors/getNodeError.ts +43 -14
- package/utils/errors/getTransactionError.ts +27 -8
- package/utils/formatters/block.ts +6 -1
- package/utils/formatters/extract.ts +3 -0
- package/utils/formatters/feeHistory.ts +3 -0
- package/utils/formatters/formatter.ts +3 -0
- package/utils/formatters/log.ts +3 -0
- package/utils/formatters/transaction.ts +6 -1
- package/utils/formatters/transactionReceipt.ts +8 -1
- package/utils/formatters/transactionRequest.ts +8 -1
- package/utils/hash/getEventSelector.ts +8 -2
- package/utils/hash/getEventSignature.ts +9 -1
- package/utils/hash/getFunctionSelector.ts +15 -4
- package/utils/hash/getFunctionSignature.ts +13 -1
- package/utils/hash/hashFunction.ts +23 -4
- package/utils/hash/isHash.ts +5 -2
- package/utils/hash/keccak256.ts +10 -3
- package/utils/index.ts +241 -45
- package/utils/observe.ts +3 -0
- package/utils/poll.ts +3 -0
- package/utils/promise/createBatchScheduler.ts +5 -0
- package/utils/promise/withCache.ts +4 -0
- package/utils/promise/withRetry.ts +3 -0
- package/utils/promise/withTimeout.ts +4 -0
- package/utils/rpc.ts +27 -3
- package/utils/signature/hashMessage.ts +16 -3
- package/utils/signature/hashTypedData.ts +46 -4
- package/utils/signature/hexToSignature.ts +7 -1
- package/utils/signature/recoverAddress.ts +4 -0
- package/utils/signature/recoverMessageAddress.ts +12 -2
- package/utils/signature/recoverPublicKey.ts +9 -2
- package/utils/signature/recoverTypedDataAddress.ts +12 -2
- package/utils/signature/signatureToHex.ts +11 -2
- package/utils/signature/verifyMessage.ts +16 -3
- package/utils/signature/verifyTypedData.ts +12 -2
- package/utils/stringify.ts +4 -0
- package/utils/transaction/assertRequest.ts +27 -4
- package/utils/transaction/assertTransaction.ts +42 -5
- package/utils/transaction/getSerializedTransactionType.ts +13 -3
- package/utils/transaction/getTransactionType.ts +9 -1
- package/utils/transaction/parseTransaction.ts +71 -6
- package/utils/transaction/serializeAccessList.ts +16 -3
- package/utils/transaction/serializeTransaction.ts +48 -5
- package/utils/typedData.ts +22 -4
- package/utils/unit/formatEther.ts +3 -1
- package/utils/unit/formatGwei.ts +3 -1
- package/utils/unit/formatUnits.ts +4 -0
- package/utils/unit/parseEther.ts +4 -1
- package/utils/unit/parseGwei.ts +4 -1
- package/utils/unit/parseUnits.ts +4 -0
package/contract/index.ts
CHANGED
@@ -1,26 +1,31 @@
|
|
1
1
|
// TODO(v2): Remove this entrypoint. Favor importing from root entrypoint (`viem`).
|
2
2
|
|
3
3
|
export {
|
4
|
+
type CreateContractEventFilterErrorType,
|
4
5
|
type CreateContractEventFilterParameters,
|
5
6
|
type CreateContractEventFilterReturnType,
|
6
7
|
createContractEventFilter,
|
7
8
|
} from '../actions/public/createContractEventFilter.js'
|
8
9
|
export {
|
10
|
+
type EstimateContractGasErrorType,
|
9
11
|
type EstimateContractGasParameters,
|
10
12
|
type EstimateContractGasReturnType,
|
11
13
|
estimateContractGas,
|
12
14
|
} from '../actions/public/estimateContractGas.js'
|
13
15
|
export {
|
16
|
+
type GetBytecodeErrorType,
|
14
17
|
type GetBytecodeParameters,
|
15
18
|
type GetBytecodeReturnType,
|
16
19
|
getBytecode,
|
17
20
|
} from '../actions/public/getBytecode.js'
|
18
21
|
export {
|
22
|
+
type GetStorageAtErrorType,
|
19
23
|
type GetStorageAtParameters,
|
20
24
|
type GetStorageAtReturnType,
|
21
25
|
getStorageAt,
|
22
26
|
} from '../actions/public/getStorageAt.js'
|
23
27
|
export {
|
28
|
+
type MulticallErrorType,
|
24
29
|
type MulticallParameters,
|
25
30
|
type MulticallReturnType,
|
26
31
|
multicall,
|
@@ -32,81 +37,105 @@ export type {
|
|
32
37
|
WatchEventOnLogsParameter,
|
33
38
|
/** @deprecated - use `WatchEventOnLogsParameter` instead. */
|
34
39
|
WatchEventOnLogsParameter as OnLogsParameter,
|
40
|
+
WatchEventErrorType,
|
35
41
|
} from '../actions/public/watchEvent.js'
|
36
42
|
export {
|
43
|
+
type ReadContractErrorType,
|
37
44
|
type ReadContractParameters,
|
38
45
|
type ReadContractReturnType,
|
39
46
|
readContract,
|
40
47
|
} from '../actions/public/readContract.js'
|
41
48
|
export {
|
49
|
+
type SimulateContractErrorType,
|
42
50
|
type SimulateContractParameters,
|
43
51
|
type SimulateContractReturnType,
|
44
52
|
simulateContract,
|
45
53
|
} from '../actions/public/simulateContract.js'
|
46
54
|
export {
|
55
|
+
type WatchContractEventErrorType,
|
47
56
|
type WatchContractEventParameters,
|
48
57
|
watchContractEvent,
|
49
58
|
} from '../actions/public/watchContractEvent.js'
|
50
59
|
export {
|
60
|
+
type DeployContractErrorType,
|
51
61
|
type DeployContractParameters,
|
52
62
|
type DeployContractReturnType,
|
53
63
|
deployContract,
|
54
64
|
} from '../actions/wallet/deployContract.js'
|
55
65
|
export {
|
66
|
+
type WriteContractErrorType,
|
56
67
|
type WriteContractParameters,
|
57
68
|
type WriteContractReturnType,
|
58
69
|
writeContract,
|
59
70
|
} from '../actions/wallet/writeContract.js'
|
60
71
|
export {
|
72
|
+
type DecodeAbiParametersErrorType,
|
61
73
|
type DecodeAbiParametersReturnType,
|
62
74
|
decodeAbiParameters,
|
63
75
|
} from '../utils/abi/decodeAbiParameters.js'
|
64
76
|
export {
|
77
|
+
type DecodeErrorResultErrorType,
|
65
78
|
type DecodeErrorResultParameters,
|
66
79
|
type DecodeErrorResultReturnType,
|
67
80
|
decodeErrorResult,
|
68
81
|
} from '../utils/abi/decodeErrorResult.js'
|
69
82
|
export {
|
83
|
+
type DecodeEventLogErrorType,
|
70
84
|
type DecodeEventLogParameters,
|
71
85
|
type DecodeEventLogReturnType,
|
72
86
|
decodeEventLog,
|
73
87
|
} from '../utils/abi/decodeEventLog.js'
|
74
88
|
export {
|
89
|
+
type DecodeFunctionDataErrorType,
|
75
90
|
type DecodeFunctionDataParameters,
|
76
91
|
decodeFunctionData,
|
77
92
|
} from '../utils/abi/decodeFunctionData.js'
|
78
93
|
export {
|
94
|
+
type DecodeFunctionResultErrorType,
|
79
95
|
type DecodeFunctionResultParameters,
|
80
96
|
type DecodeFunctionResultReturnType,
|
81
97
|
decodeFunctionResult,
|
82
98
|
} from '../utils/abi/decodeFunctionResult.js'
|
83
99
|
export {
|
100
|
+
type EncodeAbiParametersErrorType,
|
84
101
|
type EncodeAbiParametersReturnType,
|
85
102
|
encodeAbiParameters,
|
86
103
|
} from '../utils/abi/encodeAbiParameters.js'
|
87
104
|
export {
|
105
|
+
type EncodeDeployDataErrorType,
|
88
106
|
type EncodeDeployDataParameters,
|
89
107
|
encodeDeployData,
|
90
108
|
} from '../utils/abi/encodeDeployData.js'
|
91
109
|
export {
|
110
|
+
type EncodeErrorResultErrorType,
|
92
111
|
type EncodeErrorResultParameters,
|
93
112
|
encodeErrorResult,
|
94
113
|
} from '../utils/abi/encodeErrorResult.js'
|
95
114
|
export {
|
115
|
+
type EncodeArgErrorType,
|
96
116
|
type EncodeEventTopicsParameters,
|
97
117
|
encodeEventTopics,
|
98
118
|
} from '../utils/abi/encodeEventTopics.js'
|
99
119
|
export {
|
120
|
+
type EncodeFunctionDataErrorType,
|
100
121
|
type EncodeFunctionDataParameters,
|
101
122
|
encodeFunctionData,
|
102
123
|
} from '../utils/abi/encodeFunctionData.js'
|
103
124
|
export {
|
125
|
+
type EncodeFunctionResultErrorType,
|
104
126
|
type EncodeFunctionResultParameters,
|
105
127
|
encodeFunctionResult,
|
106
128
|
} from '../utils/abi/encodeFunctionResult.js'
|
107
129
|
export {
|
130
|
+
type GetAbiItemErrorType,
|
108
131
|
type GetAbiItemParameters,
|
109
132
|
getAbiItem,
|
110
133
|
} from '../utils/abi/getAbiItem.js'
|
111
|
-
export {
|
112
|
-
|
134
|
+
export {
|
135
|
+
type FormatAbiItemWithArgsErrorType,
|
136
|
+
formatAbiItemWithArgs,
|
137
|
+
} from '../utils/abi/formatAbiItemWithArgs.js'
|
138
|
+
export {
|
139
|
+
type FormatAbiItemErrorType,
|
140
|
+
formatAbiItem,
|
141
|
+
} from '../utils/abi/formatAbiItem.js'
|
package/ens/index.ts
CHANGED
@@ -1,28 +1,33 @@
|
|
1
|
-
export { normalize } from '../utils/ens/normalize.js'
|
1
|
+
export { type NormalizeErrorType, normalize } from '../utils/ens/normalize.js'
|
2
2
|
export {
|
3
|
+
type GetEnsAddressErrorType,
|
3
4
|
type GetEnsAddressParameters,
|
4
5
|
type GetEnsAddressReturnType,
|
5
6
|
getEnsAddress,
|
6
7
|
} from '../actions/ens/getEnsAddress.js'
|
7
8
|
export {
|
9
|
+
type GetEnsAvatarErrorType,
|
8
10
|
type GetEnsAvatarParameters,
|
9
11
|
type GetEnsAvatarReturnType,
|
10
12
|
getEnsAvatar,
|
11
13
|
} from '../actions/ens/getEnsAvatar.js'
|
12
14
|
export {
|
15
|
+
type GetEnsNameErrorType,
|
13
16
|
type GetEnsNameParameters,
|
14
17
|
type GetEnsNameReturnType,
|
15
18
|
getEnsName,
|
16
19
|
} from '../actions/ens/getEnsName.js'
|
17
20
|
export {
|
21
|
+
type GetEnsResolverErrorType,
|
18
22
|
type GetEnsResolverParameters,
|
19
23
|
type GetEnsResolverReturnType,
|
20
24
|
getEnsResolver,
|
21
25
|
} from '../actions/ens/getEnsResolver.js'
|
22
26
|
export {
|
27
|
+
type GetEnsTextErrorType,
|
23
28
|
type GetEnsTextParameters,
|
24
29
|
type GetEnsTextReturnType,
|
25
30
|
getEnsText,
|
26
31
|
} from '../actions/ens/getEnsText.js'
|
27
|
-
export { labelhash } from '../utils/ens/labelhash.js'
|
28
|
-
export { namehash } from '../utils/ens/namehash.js'
|
32
|
+
export { type LabelhashErrorType, labelhash } from '../utils/ens/labelhash.js'
|
33
|
+
export { type NamehashErrorType, namehash } from '../utils/ens/namehash.js'
|
package/errors/abi.ts
CHANGED
@@ -6,6 +6,9 @@ import { size } from '../utils/data/size.js'
|
|
6
6
|
|
7
7
|
import { BaseError } from './base.js'
|
8
8
|
|
9
|
+
export type AbiConstructorNotFoundErrorType = AbiConstructorNotFoundError & {
|
10
|
+
name: 'AbiConstructorNotFoundError'
|
11
|
+
}
|
9
12
|
export class AbiConstructorNotFoundError extends BaseError {
|
10
13
|
override name = 'AbiConstructorNotFoundError'
|
11
14
|
constructor({ docsPath }: { docsPath: string }) {
|
@@ -21,6 +24,11 @@ export class AbiConstructorNotFoundError extends BaseError {
|
|
21
24
|
}
|
22
25
|
}
|
23
26
|
|
27
|
+
export type AbiConstructorParamsNotFoundErrorType =
|
28
|
+
AbiConstructorParamsNotFoundError & {
|
29
|
+
name: 'AbiConstructorParamsNotFoundError'
|
30
|
+
}
|
31
|
+
|
24
32
|
export class AbiConstructorParamsNotFoundError extends BaseError {
|
25
33
|
override name = 'AbiConstructorParamsNotFoundError'
|
26
34
|
constructor({ docsPath }: { docsPath: string }) {
|
@@ -36,6 +44,10 @@ export class AbiConstructorParamsNotFoundError extends BaseError {
|
|
36
44
|
}
|
37
45
|
}
|
38
46
|
|
47
|
+
export type AbiDecodingDataSizeInvalidErrorType =
|
48
|
+
AbiDecodingDataSizeInvalidError & {
|
49
|
+
name: 'AbiDecodingDataSizeInvalidError'
|
50
|
+
}
|
39
51
|
export class AbiDecodingDataSizeInvalidError extends BaseError {
|
40
52
|
override name = 'AbiDecodingDataSizeInvalidError'
|
41
53
|
constructor({ data, size }: { data: Hex; size: number }) {
|
@@ -49,6 +61,10 @@ export class AbiDecodingDataSizeInvalidError extends BaseError {
|
|
49
61
|
}
|
50
62
|
}
|
51
63
|
|
64
|
+
export type AbiDecodingDataSizeTooSmallErrorType =
|
65
|
+
AbiDecodingDataSizeTooSmallError & {
|
66
|
+
name: 'AbiDecodingDataSizeTooSmallError'
|
67
|
+
}
|
52
68
|
export class AbiDecodingDataSizeTooSmallError extends BaseError {
|
53
69
|
override name = 'AbiDecodingDataSizeTooSmallError'
|
54
70
|
|
@@ -79,6 +95,9 @@ export class AbiDecodingDataSizeTooSmallError extends BaseError {
|
|
79
95
|
}
|
80
96
|
}
|
81
97
|
|
98
|
+
export type AbiDecodingZeroDataErrorType = AbiDecodingZeroDataError & {
|
99
|
+
name: 'AbiDecodingZeroDataError'
|
100
|
+
}
|
82
101
|
export class AbiDecodingZeroDataError extends BaseError {
|
83
102
|
override name = 'AbiDecodingZeroDataError'
|
84
103
|
constructor() {
|
@@ -86,6 +105,10 @@ export class AbiDecodingZeroDataError extends BaseError {
|
|
86
105
|
}
|
87
106
|
}
|
88
107
|
|
108
|
+
export type AbiEncodingArrayLengthMismatchErrorType =
|
109
|
+
AbiEncodingArrayLengthMismatchError & {
|
110
|
+
name: 'AbiEncodingArrayLengthMismatchError'
|
111
|
+
}
|
89
112
|
export class AbiEncodingArrayLengthMismatchError extends BaseError {
|
90
113
|
override name = 'AbiEncodingArrayLengthMismatchError'
|
91
114
|
constructor({
|
@@ -103,6 +126,10 @@ export class AbiEncodingArrayLengthMismatchError extends BaseError {
|
|
103
126
|
}
|
104
127
|
}
|
105
128
|
|
129
|
+
export type AbiEncodingBytesSizeMismatchErrorType =
|
130
|
+
AbiEncodingBytesSizeMismatchError & {
|
131
|
+
name: 'AbiEncodingBytesSizeMismatchError'
|
132
|
+
}
|
106
133
|
export class AbiEncodingBytesSizeMismatchError extends BaseError {
|
107
134
|
override name = 'AbiEncodingBytesSizeMismatchError'
|
108
135
|
constructor({ expectedSize, value }: { expectedSize: number; value: Hex }) {
|
@@ -114,6 +141,10 @@ export class AbiEncodingBytesSizeMismatchError extends BaseError {
|
|
114
141
|
}
|
115
142
|
}
|
116
143
|
|
144
|
+
export type AbiEncodingLengthMismatchErrorType =
|
145
|
+
AbiEncodingLengthMismatchError & {
|
146
|
+
name: 'AbiEncodingLengthMismatchError'
|
147
|
+
}
|
117
148
|
export class AbiEncodingLengthMismatchError extends BaseError {
|
118
149
|
override name = 'AbiEncodingLengthMismatchError'
|
119
150
|
constructor({
|
@@ -130,6 +161,9 @@ export class AbiEncodingLengthMismatchError extends BaseError {
|
|
130
161
|
}
|
131
162
|
}
|
132
163
|
|
164
|
+
export type AbiErrorInputsNotFoundErrorType = AbiErrorInputsNotFoundError & {
|
165
|
+
name: 'AbiErrorInputsNotFoundError'
|
166
|
+
}
|
133
167
|
export class AbiErrorInputsNotFoundError extends BaseError {
|
134
168
|
override name = 'AbiErrorInputsNotFoundError'
|
135
169
|
constructor(errorName: string, { docsPath }: { docsPath: string }) {
|
@@ -146,6 +180,9 @@ export class AbiErrorInputsNotFoundError extends BaseError {
|
|
146
180
|
}
|
147
181
|
}
|
148
182
|
|
183
|
+
export type AbiErrorNotFoundErrorType = AbiErrorNotFoundError & {
|
184
|
+
name: 'AbiErrorNotFoundError'
|
185
|
+
}
|
149
186
|
export class AbiErrorNotFoundError extends BaseError {
|
150
187
|
override name = 'AbiErrorNotFoundError'
|
151
188
|
constructor(errorName?: string, { docsPath }: { docsPath?: string } = {}) {
|
@@ -161,6 +198,10 @@ export class AbiErrorNotFoundError extends BaseError {
|
|
161
198
|
}
|
162
199
|
}
|
163
200
|
|
201
|
+
export type AbiErrorSignatureNotFoundErrorType =
|
202
|
+
AbiErrorSignatureNotFoundError & {
|
203
|
+
name: 'AbiErrorSignatureNotFoundError'
|
204
|
+
}
|
164
205
|
export class AbiErrorSignatureNotFoundError extends BaseError {
|
165
206
|
override name = 'AbiErrorSignatureNotFoundError'
|
166
207
|
|
@@ -181,6 +222,10 @@ export class AbiErrorSignatureNotFoundError extends BaseError {
|
|
181
222
|
}
|
182
223
|
}
|
183
224
|
|
225
|
+
export type AbiEventSignatureEmptyTopicsErrorType =
|
226
|
+
AbiEventSignatureEmptyTopicsError & {
|
227
|
+
name: 'AbiEventSignatureEmptyTopicsError'
|
228
|
+
}
|
184
229
|
export class AbiEventSignatureEmptyTopicsError extends BaseError {
|
185
230
|
override name = 'AbiEventSignatureEmptyTopicsError'
|
186
231
|
constructor({ docsPath }: { docsPath: string }) {
|
@@ -190,6 +235,10 @@ export class AbiEventSignatureEmptyTopicsError extends BaseError {
|
|
190
235
|
}
|
191
236
|
}
|
192
237
|
|
238
|
+
export type AbiEventSignatureNotFoundErrorType =
|
239
|
+
AbiEventSignatureNotFoundError & {
|
240
|
+
name: 'AbiEventSignatureNotFoundError'
|
241
|
+
}
|
193
242
|
export class AbiEventSignatureNotFoundError extends BaseError {
|
194
243
|
override name = 'AbiEventSignatureNotFoundError'
|
195
244
|
constructor(signature: Hex, { docsPath }: { docsPath: string }) {
|
@@ -206,6 +255,9 @@ export class AbiEventSignatureNotFoundError extends BaseError {
|
|
206
255
|
}
|
207
256
|
}
|
208
257
|
|
258
|
+
export type AbiEventNotFoundErrorType = AbiEventNotFoundError & {
|
259
|
+
name: 'AbiEventNotFoundError'
|
260
|
+
}
|
209
261
|
export class AbiEventNotFoundError extends BaseError {
|
210
262
|
override name = 'AbiEventNotFoundError'
|
211
263
|
constructor(eventName?: string, { docsPath }: { docsPath?: string } = {}) {
|
@@ -221,6 +273,9 @@ export class AbiEventNotFoundError extends BaseError {
|
|
221
273
|
}
|
222
274
|
}
|
223
275
|
|
276
|
+
export type AbiFunctionNotFoundErrorType = AbiFunctionNotFoundError & {
|
277
|
+
name: 'AbiFunctionNotFoundError'
|
278
|
+
}
|
224
279
|
export class AbiFunctionNotFoundError extends BaseError {
|
225
280
|
override name = 'AbiFunctionNotFoundError'
|
226
281
|
constructor(functionName?: string, { docsPath }: { docsPath?: string } = {}) {
|
@@ -236,6 +291,10 @@ export class AbiFunctionNotFoundError extends BaseError {
|
|
236
291
|
}
|
237
292
|
}
|
238
293
|
|
294
|
+
export type AbiFunctionOutputsNotFoundErrorType =
|
295
|
+
AbiFunctionOutputsNotFoundError & {
|
296
|
+
name: 'AbiFunctionOutputsNotFoundError'
|
297
|
+
}
|
239
298
|
export class AbiFunctionOutputsNotFoundError extends BaseError {
|
240
299
|
override name = 'AbiFunctionOutputsNotFoundError'
|
241
300
|
constructor(functionName: string, { docsPath }: { docsPath: string }) {
|
@@ -252,6 +311,10 @@ export class AbiFunctionOutputsNotFoundError extends BaseError {
|
|
252
311
|
}
|
253
312
|
}
|
254
313
|
|
314
|
+
export type AbiFunctionSignatureNotFoundErrorType =
|
315
|
+
AbiFunctionSignatureNotFoundError & {
|
316
|
+
name: 'AbiFunctionSignatureNotFoundError'
|
317
|
+
}
|
255
318
|
export class AbiFunctionSignatureNotFoundError extends BaseError {
|
256
319
|
override name = 'AbiFunctionSignatureNotFoundError'
|
257
320
|
constructor(signature: Hex, { docsPath }: { docsPath: string }) {
|
@@ -268,6 +331,9 @@ export class AbiFunctionSignatureNotFoundError extends BaseError {
|
|
268
331
|
}
|
269
332
|
}
|
270
333
|
|
334
|
+
export type BytesSizeMismatchErrorType = BytesSizeMismatchError & {
|
335
|
+
name: 'BytesSizeMismatchError'
|
336
|
+
}
|
271
337
|
export class BytesSizeMismatchError extends BaseError {
|
272
338
|
override name = 'BytesSizeMismatchError'
|
273
339
|
constructor({
|
@@ -278,6 +344,9 @@ export class BytesSizeMismatchError extends BaseError {
|
|
278
344
|
}
|
279
345
|
}
|
280
346
|
|
347
|
+
export type DecodeLogDataMismatchErrorType = DecodeLogDataMismatch & {
|
348
|
+
name: 'DecodeLogDataMismatch'
|
349
|
+
}
|
281
350
|
export class DecodeLogDataMismatch extends BaseError {
|
282
351
|
override name = 'DecodeLogDataMismatch'
|
283
352
|
|
@@ -316,6 +385,9 @@ export class DecodeLogDataMismatch extends BaseError {
|
|
316
385
|
}
|
317
386
|
}
|
318
387
|
|
388
|
+
export type DecodeLogTopicsMismatchErrorType = DecodeLogTopicsMismatch & {
|
389
|
+
name: 'DecodeLogTopicsMismatch'
|
390
|
+
}
|
319
391
|
export class DecodeLogTopicsMismatch extends BaseError {
|
320
392
|
override name = 'DecodeLogTopicsMismatch'
|
321
393
|
|
@@ -340,6 +412,9 @@ export class DecodeLogTopicsMismatch extends BaseError {
|
|
340
412
|
}
|
341
413
|
}
|
342
414
|
|
415
|
+
export type InvalidAbiEncodingTypeErrorType = InvalidAbiEncodingTypeError & {
|
416
|
+
name: 'InvalidAbiEncodingTypeError'
|
417
|
+
}
|
343
418
|
export class InvalidAbiEncodingTypeError extends BaseError {
|
344
419
|
override name = 'InvalidAbiEncodingType'
|
345
420
|
constructor(type: string, { docsPath }: { docsPath: string }) {
|
@@ -353,6 +428,9 @@ export class InvalidAbiEncodingTypeError extends BaseError {
|
|
353
428
|
}
|
354
429
|
}
|
355
430
|
|
431
|
+
export type InvalidAbiDecodingTypeErrorType = InvalidAbiDecodingTypeError & {
|
432
|
+
name: 'InvalidAbiDecodingTypeError'
|
433
|
+
}
|
356
434
|
export class InvalidAbiDecodingTypeError extends BaseError {
|
357
435
|
override name = 'InvalidAbiDecodingType'
|
358
436
|
constructor(type: string, { docsPath }: { docsPath: string }) {
|
@@ -366,6 +444,9 @@ export class InvalidAbiDecodingTypeError extends BaseError {
|
|
366
444
|
}
|
367
445
|
}
|
368
446
|
|
447
|
+
export type InvalidArrayErrorType = InvalidArrayError & {
|
448
|
+
name: 'InvalidArrayError'
|
449
|
+
}
|
369
450
|
export class InvalidArrayError extends BaseError {
|
370
451
|
override name = 'InvalidArrayError'
|
371
452
|
constructor(value: unknown) {
|
@@ -373,6 +454,9 @@ export class InvalidArrayError extends BaseError {
|
|
373
454
|
}
|
374
455
|
}
|
375
456
|
|
457
|
+
export type InvalidDefinitionTypeErrorType = InvalidDefinitionTypeError & {
|
458
|
+
name: 'InvalidDefinitionTypeError'
|
459
|
+
}
|
376
460
|
export class InvalidDefinitionTypeError extends BaseError {
|
377
461
|
override name = 'InvalidDefinitionTypeError'
|
378
462
|
constructor(type: string) {
|
@@ -385,6 +469,9 @@ export class InvalidDefinitionTypeError extends BaseError {
|
|
385
469
|
}
|
386
470
|
}
|
387
471
|
|
472
|
+
export type UnsupportedPackedAbiTypeErrorType = UnsupportedPackedAbiType & {
|
473
|
+
name: 'UnsupportedPackedAbiType'
|
474
|
+
}
|
388
475
|
export class UnsupportedPackedAbiType extends BaseError {
|
389
476
|
override name = 'UnsupportedPackedAbiType'
|
390
477
|
constructor(type: unknown) {
|
package/errors/account.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { BaseError } from './base.js'
|
2
2
|
|
3
|
+
export type AccountNotFoundErrorType = AccountNotFoundError & {
|
4
|
+
name: 'AccountNotFoundError'
|
5
|
+
}
|
3
6
|
export class AccountNotFoundError extends BaseError {
|
4
7
|
override name = 'AccountNotFoundError'
|
5
8
|
constructor({ docsPath }: { docsPath?: string } = {}) {
|
package/errors/address.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { BaseError } from './base.js'
|
2
2
|
|
3
|
+
export type InvalidAddressErrorType = InvalidAddressError & {
|
4
|
+
name: 'InvalidAddressError'
|
5
|
+
}
|
3
6
|
export class InvalidAddressError extends BaseError {
|
4
7
|
override name = 'InvalidAddressError'
|
5
8
|
constructor({ address }: { address: string }) {
|
package/errors/base.ts
CHANGED
package/errors/block.ts
CHANGED
@@ -2,6 +2,9 @@ import type { Hash } from '../types/misc.js'
|
|
2
2
|
|
3
3
|
import { BaseError } from './base.js'
|
4
4
|
|
5
|
+
export type BlockNotFoundErrorType = BlockNotFoundError & {
|
6
|
+
name: 'BlockNotFoundError'
|
7
|
+
}
|
5
8
|
export class BlockNotFoundError extends BaseError {
|
6
9
|
override name = 'BlockNotFoundError'
|
7
10
|
constructor({
|
package/errors/ccip.ts
CHANGED
@@ -6,6 +6,9 @@ import { stringify } from '../utils/stringify.js'
|
|
6
6
|
import { BaseError } from './base.js'
|
7
7
|
import { getUrl } from './utils.js'
|
8
8
|
|
9
|
+
export type OffchainLookupErrorType = OffchainLookupError & {
|
10
|
+
name: 'OffchainLookupError'
|
11
|
+
}
|
9
12
|
export class OffchainLookupError extends BaseError {
|
10
13
|
override name = 'OffchainLookupError'
|
11
14
|
constructor({
|
@@ -46,6 +49,10 @@ export class OffchainLookupError extends BaseError {
|
|
46
49
|
}
|
47
50
|
}
|
48
51
|
|
52
|
+
export type OffchainLookupResponseMalformedErrorType =
|
53
|
+
OffchainLookupResponseMalformedError & {
|
54
|
+
name: 'OffchainLookupResponseMalformedError'
|
55
|
+
}
|
49
56
|
export class OffchainLookupResponseMalformedError extends BaseError {
|
50
57
|
override name = 'OffchainLookupResponseMalformedError'
|
51
58
|
constructor({ result, url }: { result: any; url: string }) {
|
@@ -61,6 +68,10 @@ export class OffchainLookupResponseMalformedError extends BaseError {
|
|
61
68
|
}
|
62
69
|
}
|
63
70
|
|
71
|
+
export type OffchainLookupSenderMismatchErrorType =
|
72
|
+
OffchainLookupSenderMismatchError & {
|
73
|
+
name: 'OffchainLookupSenderMismatchError'
|
74
|
+
}
|
64
75
|
export class OffchainLookupSenderMismatchError extends BaseError {
|
65
76
|
override name = 'OffchainLookupSenderMismatchError'
|
66
77
|
constructor({ sender, to }: { sender: Address; to: Address }) {
|
package/errors/chain.ts
CHANGED
@@ -2,6 +2,10 @@ import type { Chain } from '../types/chain.js'
|
|
2
2
|
|
3
3
|
import { BaseError } from './base.js'
|
4
4
|
|
5
|
+
export type ChainDoesNotSupportContractErrorType =
|
6
|
+
ChainDoesNotSupportContract & {
|
7
|
+
name: 'ChainDoesNotSupportContract'
|
8
|
+
}
|
5
9
|
export class ChainDoesNotSupportContract extends BaseError {
|
6
10
|
override name = 'ChainDoesNotSupportContract'
|
7
11
|
constructor({
|
@@ -33,6 +37,9 @@ export class ChainDoesNotSupportContract extends BaseError {
|
|
33
37
|
}
|
34
38
|
}
|
35
39
|
|
40
|
+
export type ChainMismatchErrorType = ChainMismatchError & {
|
41
|
+
name: 'ChainMismatchError'
|
42
|
+
}
|
36
43
|
export class ChainMismatchError extends BaseError {
|
37
44
|
override name = 'ChainMismatchError'
|
38
45
|
|
@@ -55,6 +62,9 @@ export class ChainMismatchError extends BaseError {
|
|
55
62
|
}
|
56
63
|
}
|
57
64
|
|
65
|
+
export type ChainNotFoundErrorType = ChainNotFoundError & {
|
66
|
+
name: 'ChainNotFoundError'
|
67
|
+
}
|
58
68
|
export class ChainNotFoundError extends BaseError {
|
59
69
|
override name = 'ChainNotFoundError'
|
60
70
|
|
@@ -68,6 +78,10 @@ export class ChainNotFoundError extends BaseError {
|
|
68
78
|
}
|
69
79
|
}
|
70
80
|
|
81
|
+
export type ClientChainNotConfiguredErrorType =
|
82
|
+
ClientChainNotConfiguredError & {
|
83
|
+
name: 'ClientChainNotConfiguredError'
|
84
|
+
}
|
71
85
|
export class ClientChainNotConfiguredError extends BaseError {
|
72
86
|
override name = 'ClientChainNotConfiguredError'
|
73
87
|
|
@@ -76,6 +90,9 @@ export class ClientChainNotConfiguredError extends BaseError {
|
|
76
90
|
}
|
77
91
|
}
|
78
92
|
|
93
|
+
export type InvalidChainIdErrorType = InvalidChainIdError & {
|
94
|
+
name: 'InvalidChainIdError'
|
95
|
+
}
|
79
96
|
export class InvalidChainIdError extends BaseError {
|
80
97
|
override name = 'InvalidChainIdError'
|
81
98
|
|
package/errors/contract.ts
CHANGED
@@ -20,6 +20,9 @@ import { BaseError } from './base.js'
|
|
20
20
|
import { prettyPrint } from './transaction.js'
|
21
21
|
import { getContractAddress } from './utils.js'
|
22
22
|
|
23
|
+
export type CallExecutionErrorType = CallExecutionError & {
|
24
|
+
name: 'CallExecutionError'
|
25
|
+
}
|
23
26
|
export class CallExecutionError extends BaseError {
|
24
27
|
override cause: BaseError
|
25
28
|
|
@@ -74,6 +77,10 @@ export class CallExecutionError extends BaseError {
|
|
74
77
|
}
|
75
78
|
}
|
76
79
|
|
80
|
+
export type ContractFunctionExecutionErrorType =
|
81
|
+
ContractFunctionExecutionError & {
|
82
|
+
name: 'ContractFunctionExecutionError'
|
83
|
+
}
|
77
84
|
export class ContractFunctionExecutionError extends BaseError {
|
78
85
|
abi: Abi
|
79
86
|
args?: unknown[]
|
@@ -150,6 +157,10 @@ export class ContractFunctionExecutionError extends BaseError {
|
|
150
157
|
}
|
151
158
|
}
|
152
159
|
|
160
|
+
export type ContractFunctionRevertedErrorType =
|
161
|
+
ContractFunctionRevertedError & {
|
162
|
+
name: 'ContractFunctionRevertedError'
|
163
|
+
}
|
153
164
|
export class ContractFunctionRevertedError extends BaseError {
|
154
165
|
override name = 'ContractFunctionRevertedError'
|
155
166
|
|
@@ -235,6 +246,10 @@ export class ContractFunctionRevertedError extends BaseError {
|
|
235
246
|
}
|
236
247
|
}
|
237
248
|
|
249
|
+
export type ContractFunctionZeroDataErrorType =
|
250
|
+
ContractFunctionZeroDataError & {
|
251
|
+
name: 'ContractFunctionZeroDataError'
|
252
|
+
}
|
238
253
|
export class ContractFunctionZeroDataError extends BaseError {
|
239
254
|
override name = 'ContractFunctionZeroDataError'
|
240
255
|
constructor({ functionName }: { functionName: string }) {
|
@@ -249,6 +264,9 @@ export class ContractFunctionZeroDataError extends BaseError {
|
|
249
264
|
}
|
250
265
|
}
|
251
266
|
|
267
|
+
export type RawContractErrorType = RawContractError & {
|
268
|
+
name: 'RawContractError'
|
269
|
+
}
|
252
270
|
export class RawContractError extends BaseError {
|
253
271
|
code = 3
|
254
272
|
override name = 'RawContractError'
|
package/errors/cursor.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { BaseError } from './base.js'
|
2
2
|
|
3
|
+
export type NegativeOffsetErrorType = NegativeOffsetError & {
|
4
|
+
name: 'NegativeOffsetError'
|
5
|
+
}
|
3
6
|
export class NegativeOffsetError extends BaseError {
|
4
7
|
override name = 'NegativeOffsetError'
|
5
8
|
constructor({ offset }: { offset: number }) {
|
@@ -7,6 +10,9 @@ export class NegativeOffsetError extends BaseError {
|
|
7
10
|
}
|
8
11
|
}
|
9
12
|
|
13
|
+
export type PositionOutOfBoundsErrorType = PositionOutOfBoundsError & {
|
14
|
+
name: 'PositionOutOfBoundsError'
|
15
|
+
}
|
10
16
|
export class PositionOutOfBoundsError extends BaseError {
|
11
17
|
override name = 'PositionOutOfBoundsError'
|
12
18
|
constructor({ length, position }: { length: number; position: number }) {
|
package/errors/data.ts
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
import { BaseError } from './base.js'
|
2
2
|
|
3
|
+
export type SliceOffsetOutOfBoundsErrorType = SliceOffsetOutOfBoundsError & {
|
4
|
+
name: 'SliceOffsetOutOfBoundsError'
|
5
|
+
}
|
3
6
|
export class SliceOffsetOutOfBoundsError extends BaseError {
|
4
7
|
override name = 'SliceOffsetOutOfBoundsError'
|
5
8
|
constructor({
|
@@ -15,6 +18,9 @@ export class SliceOffsetOutOfBoundsError extends BaseError {
|
|
15
18
|
}
|
16
19
|
}
|
17
20
|
|
21
|
+
export type SizeExceedsPaddingSizeErrorType = SizeExceedsPaddingSizeError & {
|
22
|
+
name: 'SizeExceedsPaddingSizeError'
|
23
|
+
}
|
18
24
|
export class SizeExceedsPaddingSizeError extends BaseError {
|
19
25
|
override name = 'SizeExceedsPaddingSizeError'
|
20
26
|
constructor({
|