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

    Class AncestryItem

    AncestryItem ::= SEQUENCE { slot TimeSlot, header-hash HeaderHash }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    headerHash: OpaqueHash & pvm.WithOpaque<"HeaderHash">
    slot: number & WithBytesRepresentation<4> & pvm.WithOpaque<"TimeSlot[u32]">
    Codec: Descriptor<
        AncestryItem,
        ViewOf<
            AncestryItem,
            {
                headerHash: Descriptor<
                    Bytes<32> & pvm.WithOpaque<"HeaderHash">,
                    Bytes<32>,
                >;
                slot: Descriptor<
                    number & WithBytesRepresentation<4> & pvm.WithOpaque<"TimeSlot[u32]">,
                    Bytes<4>,
                >;
            },
        >,
    > = ...

    Methods