Overview of the params module
mainThe params package provides a globally available parameter store for the Sei chain. It is designed to manage configuration parameters through two primary mechanisms:
- Keeper: A high-level authority with permission to access all existing parameter spaces. It can be integrated with the
x/govrouter to allow parameter modifications via governance proposals. - Subspace: An isolated namespace for a parameter store. Keys within a subspace are prefixed by a preconfigured
spacename. Subspaces are intended for individual keepers that require a private parameter store that cannot be modified by other keepers.