All chains
    Preparing search index...

    Type Alias PoVMessagesTracker

    PoVMessagesTracker: StorageDescriptor<
        [],
        {
            bundle_index: number;
            core_selector: number;
            hrmp_outbound_count: number;
            relay_storage_root_or_hash: FixedSizeBinary<32>;
            ump_msg_count: number;
        },
        true,
        never,
    >

    Tracks cumulative UMP and HRMP messages sent across blocks in the current PoV.

    Across different candidates/PoVs the budgets are tracked by [AggregatedUnincludedSegment].