title | category | type |
---|---|---|
MetaIdentityManager |
reference |
content |
The MetaIdentityManager has the same functionality as IdentityManager but with the addition of being able to send meta transactions (meta-tx).
The MetaIdentityManager should be able to perform the following actions:
- Everything that the IdentityManager can do
- Allow the user to send meta-tx
The interface of the MetaIdentityManager is the same as IdentityManager with some small changes to be able to use the TxRelay. Namely adding sender as the first parameters of all authenticated methods, as well as a onlyAuthorized
modifier. Also note that a user can both send meta-tx and regular tx to the MetaIdentityManager.
See IdentityManager, should have the same possible attack scenarios.