All chains
    Preparing search index...
    Messages: StorageDescriptor<
        [],
        {
            commands: { gas: bigint; kind: number; payload: Binary }[];
            nonce: bigint;
            origin: FixedSizeBinary<32>;
            topic: FixedSizeBinary<32>;
        }[],
        false,
        never,
    >

    Messages to be committed in the current block. This storage value is killed in on_initialize, so will not end up bloating state.

    Is never read in the runtime, only by offchain message relayers. Because of this, it will never go into the PoV of a block.

    Inspired by the frame_system::Pallet::Events storage value