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

    Variable ticketAttemptConst

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