Skip to main content

sstore_default_gas_accounting

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>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Default dynamic gas and refund accounting for SSTORE.