⚠️ Deprecation Notice
ModuleKit was developed by Rhinestone and is no longer actively supported. If you're building modules and need assistance, reach out to Rhinestone at gm@rhinestone.dev
title: "_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.