pub fn sload<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the SLOAD instruction.
Loads a word from storage.
pub fn sload<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the SLOAD instruction.
Loads a word from storage.