github.com/Finschia/finschia-sdk@v0.48.1/x/mint/spec/02_state.md (about)

     1  <!--
     2  order: 2
     3  -->
     4  
     5  # State
     6  
     7  ## Minter
     8  
     9  The minter is a space for holding current inflation information.
    10  
    11  - Minter: `0x00 -> ProtocolBuffer(minter)`
    12  
    13  +++ https://github.com/cosmos/cosmos-sdk/blob/v0.40.0-rc7/proto/cosmos/mint/v1beta1/mint.proto#L8-L19
    14  
    15  ## Params
    16  
    17  Minting params are held in the global params store.
    18  
    19  - Params: `mint/params -> legacy_amino(params)`
    20  
    21  +++ https://github.com/cosmos/cosmos-sdk/blob/v0.40.0-rc7/proto/cosmos/mint/v1beta1/mint.proto#L21-L53