calculate_caller_fee

Function calculate_caller_fee 

Source
pub fn calculate_caller_fee(
    balance: U256,
    tx: impl Transaction,
    block: impl Block,
    cfg: impl Cfg,
) -> Result<U256, InvalidTransaction>
Expand description

Check maximum possible fee and deduct the effective fee.

Returns new balance.