pub fn sstore<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the SSTORE instruction.
Stores a word to storage.
pub fn sstore<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the SSTORE instruction.
Stores a word to storage.