Skip to main content

origin

Function origin 

pub fn origin<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the ORIGIN instruction.

Gets the execution origination address.