Type Alias PoVMessagesTracker
PoVMessagesTracker: StorageDescriptor<
[],
{
bundle_index: number;
core_selector: number;
hrmp_outbound_count: number;
hrmp_outbound_recipients: number[];
relay_storage_root_or_hash: SizedHex<32>;
ump_msg_count: number;
},
true,
never,
>
Tracks cumulative
UMPandHRMPmessages sent across blocks in the currentPoV.Across different candidates/PoVs the budgets are tracked by [
AggregatedUnincludedSegment].