pub fn sstore<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the SSTORE instruction.
Stores a word to storage.
pub fn sstore<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the SSTORE instruction.
Stores a word to storage.