penumbra_distributions/component/
state_key.rs

1
2
3
4
5
6
7
8
// The amount of staking tokens issued for this epoch.
pub fn staking_token_issuance_for_epoch() -> &'static str {
    "distributions/staking_token_issuance_for_epoch"
}

pub fn distributions_parameters() -> &'static str {
    "distributions/parameters"
}