pub fn charge_storage_write(
gas_used: &mut u64,
ctx: &ArbPrecompileCtx,
gas: u64,
)Expand description
Charge precompile gas for an ArbOS state write, recording it as
StorageAccessWrite. See charge_storage_read.
pub fn charge_storage_write(
gas_used: &mut u64,
ctx: &ArbPrecompileCtx,
gas: u64,
)Charge precompile gas for an ArbOS state write, recording it as
StorageAccessWrite. See charge_storage_read.