export { /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Address.Address`](https://oxlib.sh/zod/schemas/Address/Address) instead: * `import { z } from 'ox/zod'`. */ Address, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Address`](https://oxlib.sh/zod/schemas/Solidity/Address) instead: * `import { z } from 'ox/zod'`. */ SolidityAddress, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Bool`](https://oxlib.sh/zod/schemas/Solidity/Bool) instead: * `import { z } from 'ox/zod'`. */ SolidityBool, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Bytes`](https://oxlib.sh/zod/schemas/Solidity/Bytes) instead: * `import { z } from 'ox/zod'`. */ SolidityBytes, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Function`](https://oxlib.sh/zod/schemas/Solidity/Function) instead: * `import { z } from 'ox/zod'`. */ SolidityFunction, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.String`](https://oxlib.sh/zod/schemas/Solidity/String) instead: * `import { z } from 'ox/zod'`. */ SolidityString, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Tuple`](https://oxlib.sh/zod/schemas/Solidity/Tuple) instead: * `import { z } from 'ox/zod'`. */ SolidityTuple, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Int`](https://oxlib.sh/zod/schemas/Solidity/Int) instead: * `import { z } from 'ox/zod'`. */ SolidityInt, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.ArrayWithoutTuple`](https://oxlib.sh/zod/schemas/Solidity/ArrayWithoutTuple) instead: * `import { z } from 'ox/zod'`. */ SolidityArrayWithoutTuple, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.ArrayWithTuple`](https://oxlib.sh/zod/schemas/Solidity/ArrayWithTuple) instead: * `import { z } from 'ox/zod'`. */ SolidityArrayWithTuple, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Solidity.Array`](https://oxlib.sh/zod/schemas/Solidity/Array) instead: * `import { z } from 'ox/zod'`. */ SolidityArray, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiParameter.AbiParameter`](https://oxlib.sh/zod/schemas/AbiParameter/AbiParameter) instead: * `import { z } from 'ox/zod'`. */ AbiParameter, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiParameter.AbiEventParameter`](https://oxlib.sh/zod/schemas/AbiParameter/AbiEventParameter) instead: * `import { z } from 'ox/zod'`. */ AbiEventParameter, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiFunction.StateMutability`](https://oxlib.sh/zod/schemas/AbiFunction/StateMutability) instead: * `import { z } from 'ox/zod'`. */ AbiStateMutability, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiFunction.AbiFunction`](https://oxlib.sh/zod/schemas/AbiFunction/AbiFunction) instead: * `import { z } from 'ox/zod'`. */ AbiFunction, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiConstructor.AbiConstructor`](https://oxlib.sh/zod/schemas/AbiConstructor/AbiConstructor) instead: * `import { z } from 'ox/zod'`. */ AbiConstructor, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiFallback.AbiFallback`](https://oxlib.sh/zod/schemas/AbiFallback/AbiFallback) instead: * `import { z } from 'ox/zod'`. */ AbiFallback, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiReceive.AbiReceive`](https://oxlib.sh/zod/schemas/AbiReceive/AbiReceive) instead: * `import { z } from 'ox/zod'`. */ AbiReceive, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiEvent.AbiEvent`](https://oxlib.sh/zod/schemas/AbiEvent/AbiEvent) instead: * `import { z } from 'ox/zod'`. */ AbiEvent, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiError.AbiError`](https://oxlib.sh/zod/schemas/AbiError/AbiError) instead: * `import { z } from 'ox/zod'`. */ AbiError, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.AbiItem.AbiItemType`](https://oxlib.sh/zod/schemas/AbiItem/AbiItemType) instead: * `import { z } from 'ox/zod'`. */ AbiItemType, /** * @deprecated ABI Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.Abi.Abi`](https://oxlib.sh/zod/schemas/Abi/Abi) instead: * `import { z } from 'ox/zod'`. */ Abi, /** * @deprecated EIP-712 Typed Data Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.TypedData.Domain`](https://oxlib.sh/zod/schemas/TypedData/Domain) instead: * `import { z } from 'ox/zod'`. */ TypedDataDomain, /** * @deprecated EIP-712 Typed Data Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.TypedData.Type`](https://oxlib.sh/zod/schemas/TypedData/Type) instead: * `import { z } from 'ox/zod'`. */ TypedDataType, /** * @deprecated EIP-712 Typed Data Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.TypedData.Parameter`](https://oxlib.sh/zod/schemas/TypedData/Parameter) instead: * `import { z } from 'ox/zod'`. */ TypedDataParameter, /** * @deprecated EIP-712 Typed Data Zod schemas are moving to Ox. * Install [`ox`](https://oxlib.sh) and use [`z.TypedData.TypedData`](https://oxlib.sh/zod/schemas/TypedData/TypedData) instead: * `import { z } from 'ox/zod'`. */ TypedData, } from '../zod.js'