UNPKG

@macalinao/zod-solana

Version:

Zod schemas for Solana types with @solana/kit integration

8 lines 319 B
import { z } from "zod"; /** * A Zod schema for u64 values as strings. * Validates that a string represents a valid u64 value (0 to 2^64-1). * Returns the value as a string to preserve precision for large numbers. */ export declare const u64StringSchema: z.ZodString; //# sourceMappingURL=u64-string-schema.d.ts.map