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

    Class AncestryItem

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

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

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

    Methods