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.
pub fn address<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the ADDRESS instruction.
Pushes the current contract’s address onto the stack.