This page will contain detailed information on how a module is installed, uninstalled and the logic behing the deinitialisation data during uninstallation and session-key operations
Module Types
- Validator
 - Executor
 - Fallback
 - Hook
 
- Validator, Executor and Fallback modules on the wallet are stored as a circular linked list
 - Any installation or uninstallation of module is to link or unlink the module from module store
 - Only 1 hook is permitted to be installed for the wallet.
 

