query_call_info: RuntimeDescriptor<
    [call: TxCallData, len: number],
    {
        class: DispatchClass;
        partial_fee: bigint;
        weight: { proof_size: bigint; ref_time: bigint };
    },
>

Query information of a dispatch class, weight, and fee of a given encoded Call.