Function address

Source
pub fn address<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the ADDRESS instruction.

Pushes the current contract’s address onto the stack.