OverweightEnqueued: PlainDescriptor<{
    id: FixedSizeBinary<32>;
    message_index: number;
    origin: ParachainsInclusionAggregateMessageOrigin;
    page_index: number;
}>

Message placed in overweight queue.

Type declaration

  • id: FixedSizeBinary<32>

    The blake2_256 hash of the message.

  • message_index: number

    The index of the message within the page.

  • origin: ParachainsInclusionAggregateMessageOrigin

    The queue of the message.

  • page_index: number

    The page of the message.