UNPKG

@macalinao/zod-solana

Version:

Zod schemas for Solana types with @solana/kit integration

7 lines 214 B
import { z } from "zod"; /** * A Zod schema for u64 values. * Validates that a bigint is between 0 and 2^64-1 (inclusive). */ export declare const u64Schema: z.ZodBigInt; //# sourceMappingURL=u64-schema.d.ts.map