Function sstore
pub fn sstore<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
Available on crate feature
evm
only.Expand description
Implements the SSTORE instruction.
Stores a word to storage.
pub fn sstore<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
evm
only.Implements the SSTORE instruction.
Stores a word to storage.