OverweightEnqueued: PlainDescriptor<{
    id: FixedSizeBinary<32>;
    message_index: number;
    origin: Enum<{
        Here: undefined;
        Parent: undefined;
        Sibling: number;
    }>;
    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: Enum<{
        Here: undefined;
        Parent: undefined;
        Sibling: number;
    }>

    The queue of the message.

  • page_index: number

    The page of the message.