call_cost

Function call_cost 

Source
pub fn call_cost(
    is_cold: bool,
    transfers_value: bool,
    new_account: bool,
) -> MultiGas
Expand description

Dimension split of the caller’s access cost for a Stylus sub-call, matching EIP-2929 call gas (the forwarded gas the callee consumes is attributed by the callee, not here).