UNPKG

ox

Version:

Ethereum Standard Library

68 lines 5.99 kB
import * as z from 'zod/mini'; /** Unsized integer decoded as `bigint` and encoded as hex. */ export declare const Int: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 8-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int8: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 16-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int16: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 24-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int24: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 32-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int32: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 40-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int40: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 48-bit signed integer decoded as `number` and encoded as hex. */ export declare const Int48: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniNumberFormat>; /** 56-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int56: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 64-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int64: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 72-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int72: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 80-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int80: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 88-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int88: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 96-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int96: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 104-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int104: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 112-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int112: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 120-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int120: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 128-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int128: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 136-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int136: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 144-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int144: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 152-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int152: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 160-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int160: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 168-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int168: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 176-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int176: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 184-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int184: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 192-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int192: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 200-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int200: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 208-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int208: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 216-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int216: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 224-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int224: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 232-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int232: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 240-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int240: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 248-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int248: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; /** 256-bit signed integer decoded as `bigint` and encoded as hex. */ export declare const Int256: z.ZodMiniCodec<z.ZodMiniTemplateLiteral<`0x${string}`>, z.ZodMiniBigInt<bigint>>; //# sourceMappingURL=Int.d.ts.map