Function sstore_default_gas_accounting
pub fn sstore_default_gas_accounting<IT, H>(
context: &mut InstructionContext<'_, H, IT>,
_target: Address,
state_load: &StateLoad<SStoreResult>,
) -> Result<(), InstructionResult>Expand description
Default dynamic gas and refund accounting for SSTORE.