pub fn calculate_consumed_extrinsic_weight<Call>(
maximum_weight: &BlockWeights,
info: &DispatchInfoOf<Call>,
len: usize,
) -> WeightExpand description
Returns the weight that CheckWeight books for an extrinsic before dispatch.
pub fn calculate_consumed_extrinsic_weight<Call>(
maximum_weight: &BlockWeights,
info: &DispatchInfoOf<Call>,
len: usize,
) -> WeightReturns the weight that CheckWeight books for an extrinsic before dispatch.