_getAccount
Get the address of account when using the TrustedForwarder
(opens in a new tab) to allow modules to be called by other modules rather than directly by the account. Inherited from TrustedForwarder
.
Usage
address account = _getAccount();
Parameters
None
Returns
account
- Type:
address
The address of account.