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

    Variable ticketsExtrinsicCodecConst

    ticketsExtrinsicCodec: Descriptor<
        readonly SignedTicket[] & pvm.WithOpaque<
            "Size: [0..chainSpec.maxTicketsPerExtrinsic)",
        >,
        SequenceView<
            SignedTicket,
            ViewOf<
                SignedTicket,
                {
                    attempt: Descriptor<
                        number & WithBytesRepresentation<1> & pvm.WithOpaque<
                            "TicketAttempt[0|1|2]",
                        >,
                        U8,
                    >;
                    signature: Descriptor<
                        Bytes<784> & pvm.WithOpaque<"BandersnatchRingSignature">,
                        Bytes<784>,
                    >;
                },
            >,
        >,
    > = ...