@rendley/sdk - v1.12.6
    Preparing search index...

    Variable bigintConst

    bigint: (
        params?: {
            description?: string;
            errorMap?: Zod.ZodErrorMap;
            invalid_type_error?: string;
            required_error?: string;
        } & { coerce?: boolean },
    ) => Zod.ZodBigInt

    Type Declaration

      • (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: boolean },
        ): Zod.ZodBigInt
      • Parameters

        • Optionalparams: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: boolean }

        Returns Zod.ZodBigInt