Move Instantaneous Rewards Pot Types¶
-
enum cardano_mir_cert_pot_type_t¶
Enumerates the target pots for Move Instantaneous Reward (MIR) certificates.
MIR certificates in Cardano can move funds between different accounting pots. This enumeration defines the types of pots to which funds can be transferred.
Values:
-
enumerator CARDANO_MIR_CERT_POT_TYPE_RESERVE¶
Indicates that the MIR certificate moves funds to the reserve pot.
The reserve pot in Cardano is a pool of ADA coins that are gradually released into circulation. This reserve is used to provide a continuous supply of ADA for staking rewards and other incentives. The reserve helps ensure the long-term sustainability of the Cardano network by maintaining a steady flow of rewards for network participants.
-
enumerator CARDANO_MIR_CERT_POT_TYPE_TREASURY¶
Indicates that the MIR certificate moves funds to the treasury pot.
The treasury pot in Cardano is a fund allocated for the development and improvement of the Cardano ecosystem. For example, it is used to finance projects, proposals, and initiatives through the Project Catalyst governance system. The treasury is filled by a portion of transaction fees and monetary expansion.
-
enumerator CARDANO_MIR_CERT_POT_TYPE_RESERVE¶