pub fn call_cost(
is_cold: bool,
transfers_value: bool,
new_account: bool,
) -> MultiGasExpand 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).