Function sstore_cost
pub const fn sstore_cost(
spec_id: SpecId,
vals: &SStoreResult,
is_cold: bool,
) -> u64Available on crate feature
evm only.Expand description
SSTORE opcode cost calculation.
pub const fn sstore_cost(
spec_id: SpecId,
vals: &SStoreResult,
is_cold: bool,
) -> u64evm only.SSTORE opcode cost calculation.