UNPKG

@macalinao/zod-solana

Version:

Zod schemas for Solana types with @solana/kit integration

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