export { AbiConstructorNotFoundError, type AbiConstructorNotFoundErrorType, AbiConstructorParamsNotFoundError, type AbiConstructorParamsNotFoundErrorType, AbiDecodingDataSizeInvalidError, type AbiDecodingDataSizeInvalidErrorType, AbiDecodingDataSizeTooSmallError, type AbiDecodingDataSizeTooSmallErrorType, AbiDecodingZeroDataError, type AbiDecodingZeroDataErrorType, AbiEncodingArrayLengthMismatchError, type AbiEncodingArrayLengthMismatchErrorType, AbiEncodingBytesSizeMismatchError, type AbiEncodingBytesSizeMismatchErrorType, AbiEncodingLengthMismatchError, type AbiEncodingLengthMismatchErrorType, AbiErrorInputsNotFoundError, type AbiErrorInputsNotFoundErrorType, AbiErrorNotFoundError, type AbiErrorNotFoundErrorType, AbiErrorSignatureNotFoundError, type AbiErrorSignatureNotFoundErrorType, AbiEventNotFoundError, type AbiEventNotFoundErrorType, AbiEventSignatureEmptyTopicsError, type AbiEventSignatureEmptyTopicsErrorType, AbiEventSignatureNotFoundError, type AbiEventSignatureNotFoundErrorType, AbiFunctionNotFoundError, type AbiFunctionNotFoundErrorType, AbiFunctionOutputsNotFoundError, type AbiFunctionOutputsNotFoundErrorType, AbiFunctionSignatureNotFoundError, type AbiFunctionSignatureNotFoundErrorType, AbiItemAmbiguityError, type AbiItemAmbiguityErrorType, BytesSizeMismatchError, type BytesSizeMismatchErrorType, DecodeLogDataMismatch, type DecodeLogDataMismatchErrorType, DecodeLogTopicsMismatch, type DecodeLogTopicsMismatchErrorType, InvalidAbiDecodingTypeError, type InvalidAbiDecodingTypeErrorType, InvalidAbiEncodingTypeError, type InvalidAbiEncodingTypeErrorType, InvalidArrayError, type InvalidArrayErrorType, InvalidDefinitionTypeError, type InvalidDefinitionTypeErrorType, UnsupportedPackedAbiType, type UnsupportedPackedAbiTypeErrorType, } from './internal/errors/abi.js'; export { AccountNotFoundError, type AccountNotFoundErrorType, AccountTypeNotSupportedError, type AccountTypeNotSupportedErrorType, } from './internal/errors/account.js'; export { InvalidAddressError, type InvalidAddressErrorType, } from './internal/errors/address.js'; export { type BaseErrorType, BaseError, setErrorConfig, } from './internal/errors/base.js'; export { BlobSizeTooLargeError, type BlobSizeTooLargeErrorType, EmptyBlobError, type EmptyBlobErrorType, InvalidVersionedHashSizeError, type InvalidVersionedHashSizeErrorType, InvalidVersionedHashVersionError, type InvalidVersionedHashVersionErrorType, } from './internal/errors/blob.js'; export { BlockNotFoundError, type BlockNotFoundErrorType, } from './internal/errors/block.js'; export { OffchainLookupError, type OffchainLookupErrorType, OffchainLookupResponseMalformedError, type OffchainLookupResponseMalformedErrorType, OffchainLookupSenderMismatchError, type OffchainLookupSenderMismatchErrorType, } from './internal/errors/ccip.js'; export { ChainDoesNotSupportContract, type ChainDoesNotSupportContractErrorType, ChainMismatchError, type ChainMismatchErrorType, ChainNotFoundError, type ChainNotFoundErrorType, ClientChainNotConfiguredError, type ClientChainNotConfiguredErrorType, InvalidChainIdError, type InvalidChainIdErrorType, } from './internal/errors/chain.js'; export {} from './internal/errors/contract.js'; export { IntegerOutOfRangeError, type IntegerOutOfRangeErrorType, InvalidBytesBooleanError, type InvalidBytesBooleanErrorType, InvalidBytesLengthError, type InvalidBytesLengthErrorType, InvalidHexBooleanError, type InvalidHexBooleanErrorType, InvalidHexValueError, type InvalidHexValueErrorType, SizeExceedsPaddingSizeError, type SizeExceedsPaddingSizeErrorType, SizeOverflowError, type SizeOverflowErrorType, SliceOffsetOutOfBoundsError, type SliceOffsetOutOfBoundsErrorType, } from './internal/errors/data.js'; export { Eip712DomainNotFoundError, type Eip712DomainNotFoundErrorType, } from './internal/errors/eip712.js'; export { EnsAvatarInvalidMetadataError, type EnsAvatarInvalidMetadataErrorType, EnsAvatarInvalidNftUriError, type EnsAvatarInvalidNftUriErrorType, EnsAvatarUnsupportedNamespaceError, type EnsAvatarUnsupportedNamespaceErrorType, EnsAvatarUriResolutionError, type EnsAvatarUriResolutionErrorType, } from './internal/errors/ens.js'; export {} from './internal/errors/estimateGas.js'; export { BaseFeeScalarError, type BaseFeeScalarErrorType, Eip1559FeesNotSupportedError, type Eip1559FeesNotSupportedErrorType, MaxFeePerGasTooLowError, type MaxFeePerGasTooLowErrorType, } from './internal/errors/fee.js'; export { FilterTypeNotSupportedError, type FilterTypeNotSupportedErrorType, } from './internal/errors/log.js'; export { ExecutionRevertedError, type ExecutionRevertedErrorType, FeeCapTooHighError, type FeeCapTooHighErrorType, FeeCapTooLowError, type FeeCapTooLowErrorType, InsufficientFundsError, type InsufficientFundsErrorType, IntrinsicGasTooHighError, type IntrinsicGasTooHighErrorType, IntrinsicGasTooLowError, type IntrinsicGasTooLowErrorType, NonceMaxValueError, type NonceMaxValueErrorType, NonceTooHighError, type NonceTooHighErrorType, NonceTooLowError, type NonceTooLowErrorType, TipAboveFeeCapError, type TipAboveFeeCapErrorType, TransactionTypeNotSupportedError, type TransactionTypeNotSupportedErrorType, UnknownNodeError, type UnknownNodeErrorType, } from './internal/errors/node.js'; export { HttpRequestError, type HttpRequestErrorType, RpcRequestError, type RpcRequestErrorType, SocketClosedError, type SocketClosedErrorType, TimeoutError, type TimeoutErrorType, WebSocketRequestError, type WebSocketRequestErrorType, } from './internal/errors/request.js'; export { ChainDisconnectedError, type ChainDisconnectedErrorType, InternalRpcError, type InternalRpcErrorType, InvalidInputRpcError, type InvalidInputRpcErrorType, InvalidParamsRpcError, type InvalidParamsRpcErrorType, InvalidRequestRpcError, type InvalidRequestRpcErrorType, JsonRpcVersionUnsupportedError, type JsonRpcVersionUnsupportedErrorType, LimitExceededRpcError, type LimitExceededRpcErrorType, MethodNotFoundRpcError, type MethodNotFoundRpcErrorType, MethodNotSupportedRpcError, type MethodNotSupportedRpcErrorType, ParseRpcError, type ParseRpcErrorType, ProviderDisconnectedError, type ProviderDisconnectedErrorType, ProviderRpcError, type ProviderRpcErrorCode, type ProviderRpcErrorType, ResourceNotFoundRpcError, type ResourceNotFoundRpcErrorType, ResourceUnavailableRpcError, type ResourceUnavailableRpcErrorType, RpcError, type RpcErrorCode, type RpcErrorType, SwitchChainError, type SwitchChainErrorType, TransactionRejectedRpcError, type TransactionRejectedRpcErrorType, UnauthorizedProviderError, type UnauthorizedProviderErrorType, UnknownRpcError, type UnknownRpcErrorType, UnsupportedProviderMethodError, type UnsupportedProviderMethodErrorType, UserRejectedRequestError, type UserRejectedRequestErrorType, } from './internal/errors/rpc.js'; export { SiweInvalidMessageFieldError, type SiweInvalidMessageFieldErrorType, } from './internal/errors/siwe.js'; export { AccountStateConflictError, type AccountStateConflictErrorType, StateAssignmentConflictError, type StateAssignmentConflictErrorType, } from './internal/errors/stateOverride.js'; export { FeeConflictError, type FeeConflictErrorType, InvalidLegacyVError, type InvalidLegacyVErrorType, InvalidSerializableTransactionError, type InvalidSerializableTransactionErrorType, InvalidSerializedTransactionError, type InvalidSerializedTransactionErrorType, InvalidSerializedTransactionTypeError, type InvalidSerializedTransactionTypeErrorType, InvalidStorageKeySizeError, type InvalidStorageKeySizeErrorType, TransactionNotFoundError, type TransactionNotFoundErrorType, TransactionReceiptNotFoundError, type TransactionReceiptNotFoundErrorType, WaitForTransactionReceiptTimeoutError, type WaitForTransactionReceiptTimeoutErrorType, } from './internal/errors/transaction.js'; export { UrlRequiredError, type UrlRequiredErrorType, } from './internal/errors/transport.js'; export type { ErrorType } from './internal/errors/utils.js'; //# sourceMappingURL=Errors.d.ts.map