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

    Class TicketsMarker

    A class that adds toString method that prints all properties of an object.

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

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

    Methods