Value.expression
Last updated
Last updated
property expression: str
The property returns the "part" of the instruction that the Value represents.
Query Example
Output
Here the Value represents the msg.sender
variable inside the return msg.sender;
instruction.