Skip to main content
Get the address of account when using the TrustedForwarder 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.
I