pub fn sload<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the SLOAD instruction.
Loads a word from storage.
pub fn sload<WIRE: InterpreterTypes, H: Host + ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the SLOAD instruction.
Loads a word from storage.