UNPKG

@macalinao/zod-solana

Version:

Zod schemas for Solana types with @solana/kit integration

7 lines 218 B
import { z } from "zod"; /** * A Zod schema for u32 values. * Validates that a number is between 0 and 4294967295 (inclusive). */ export declare const u32Schema: z.ZodNumber; //# sourceMappingURL=u32-schema.d.ts.map