Structsยง
- BaseAccount defines a base account type. It contains all the necessary fields for basic account functionality. Any custom account type should extend this type for additional functionality (e.g. vesting).
- ModuleAccount defines an account for modules that holds coins on a pool.
- ModuleCredential represents a unclaimable pubkey for base accounts controlled by modules.
- Params defines the parameters for the auth module.