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

    Anonymous? entry into the ticket contest.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    attempt: number & WithBytesRepresentation<1> & pvm.WithOpaque<
        "TicketAttempt[0|1|2]",
    >

    Which attempt is it?

    id: Bytes<32>

    Ticket identifier - a high-entropy unbiasable 32-octet sequence.

    Used both as a score in the ticket contest and as input to the on-chain VRF.

    Codec: Descriptor<
        Ticket,
        ViewOf<
            Ticket,
            {
                attempt: Descriptor<
                    number & WithBytesRepresentation<1> & pvm.WithOpaque<
                        "TicketAttempt[0|1|2]",
                    >,
                    U8,
                >;
                id: Descriptor<Bytes<32>, Bytes<32>>;
            },
        >,
    > = ...

    Methods