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

    Class SignedTicket

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Which attempt was it?

    signature: Bytes<784> & pvm.WithOpaque<"BandersnatchRingSignature">

    The bandersnatch membership proof of knowledge.

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

    Methods