Typeberry by Fluffy Labs - v0.5.0
    Preparing search index...

    Variable ticketAttemptConst

    ticketAttempt:
        | "number"
        | FromJsonWithParser<
            string,
            number & WithBytesRepresentation<1> & WithOpaque<"TicketAttempt[0|1|2]">,
        >
        | FromJsonWithParser<
            number,
            number & WithBytesRepresentation<1> & WithOpaque<"TicketAttempt[0|1|2]">,
        >
        | FromJsonWithParser<
            unknown,
            number & WithBytesRepresentation<1> & WithOpaque<"TicketAttempt[0|1|2]">,
        >
        | FromJsonOptional<
            number & WithBytesRepresentation<1> & WithOpaque<
                "TicketAttempt[0|1|2]",
            >,
        > = ...