All chains
    Preparing search index...
    collect_collation_info: RuntimeDescriptor<
        [
            header: {
                digest: DigestItem[];
                extrinsics_root: SizedHex<32>;
                number: number;
                parent_hash: SizedHex<32>;
                state_root: SizedHex<32>;
            },
        ],
        {
            head_data: Uint8Array;
            horizontal_messages: { data: Uint8Array; recipient: number }[];
            hrmp_watermark: number;
            new_validation_code?: Uint8Array;
            processed_downward_messages: number;
            upward_messages: Uint8Array[];
        },
    >

    Collect information about a collation.

    The given header is the header of the built block for that we are collecting the collation info for.