calculate_caller_fee

Function calculate_caller_fee 

pub fn calculate_caller_fee(
    balance: Uint<256, 4>,
    tx: impl Transaction,
    block: impl Block,
    cfg: impl Cfg,
) -> Result<Uint<256, 4>, InvalidTransaction>
Available on crate feature evm only.
Expand description

Check maximum possible fee and deduct the effective fee.

Returns new balance.