Function frame_support::dispatch::extract_actual_pays_fee

source ยท
pub fn extract_actual_pays_fee(
    result: &DispatchResultWithPostInfo,
    info: &DispatchInfo,
) -> Pays
Expand description

Extract the actual pays_fee from a dispatch result if any or fall back to the default weight.