cosmos-sdk/x/mint/spec/02_state.md
2022-05-31 08:59:38 -04:00

468 B

State

Minter

The minter is a space for holding current inflation information.

  • Minter: 0x00 -> ProtocolBuffer(minter)

+++ https://github.com/cosmos/cosmos-sdk/blob/v0.46.0-rc1/proto/cosmos/mint/v1beta1/mint.proto#L9-L23

Params

Minting params are held in the global params store.

  • Params: mint/params -> legacy_amino(params)

+++ https://github.com/cosmos/cosmos-sdk/blob/v0.46.0-rc1/proto/cosmos/mint/v1beta1/mint.proto#L25-L57