UsingSecurity
UsingSecurity
This contract provides modifiers for access control. Inherit from it and use the appropriate modifier.
_msgSenderROJI
Returns the sender. This can be overridden if necessary for meta transactions.
Return Values
Name
Type
Description
[0]
address
The sender. Defaults to msg.sender
.
UsingSecurity
This contract provides modifiers for access control. Inherit from it and use the appropriate modifier.
_msgSenderROJI
Returns the sender. This can be overridden if necessary for meta transactions.
Return Values
Name
Type
Description
[0]
address
The sender. Defaults to msg.sender
.
Was this helpful?