Skip to main content

is_msg_sender_like

Function is_msg_sender_like 

Source
fn is_msg_sender_like<'gcx>(
    gcx: Gcx<'gcx>,
    expr: &'gcx Expr<'gcx>,
    depth: u8,
) -> bool
Expand description

msg.sender modulo parens, casts, payable(..) and no-arg helpers such as _msgSender().