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

    Class RecentBlocks

    Hierarchy (View Summary)

    Index

    Properties

    accumulationLog: MmrPeaks<KeccakHash>
    blocks: readonly BlockState[] & pvm.WithOpaque<"0..8">
    Codec: Descriptor<
        RecentBlocks,
        ViewOf<
            RecentBlocks,
            {
                accumulationLog: Descriptor<
                    { peaks: readonly (Bytes<32> | null)[] },
                    ViewOf<
                        { peaks: readonly (Bytes<32> | null)[] },
                        SimpleDescriptorRecord<{ peaks: readonly (Bytes<32> | null)[] }>,
                    >,
                >;
                blocks: Descriptor<
                    readonly BlockState[] & pvm.WithOpaque<"0..8">,
                    SequenceView<
                        BlockState,
                        ViewOf<
                            BlockState,
                            {
                                accumulationResult: Descriptor<Bytes<32>, Bytes<32>>;
                                headerHash: Descriptor<
                                    Bytes<32> & pvm.WithOpaque<"HeaderHash">,
                                    Bytes<32>,
                                >;
                                postStateRoot: Descriptor<
                                    Bytes<32> & pvm.WithOpaque<"StateRootHash">,
                                    Bytes<32>,
                                >;
                                reported: Descriptor<
                                    HashDictionary<
                                        OpaqueHash & pvm.WithOpaque<(...)>,
                                        WorkPackageInfo,
                                    >,
                                    HashDictionary<OpaqueHash & pvm.WithOpaque<(...)>, WorkPackageInfo>,
                                >;
                            },
                        >,
                    >,
                >;
            },
        >,
    > = ...

    Methods