penumbra_fee/
state_key.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub fn fee_params() -> &'static str {
    "fee/params"
}

pub fn gas_prices() -> &'static str {
    "fee/gas_prices"
}

pub fn gas_prices_changed() -> &'static str {
    "fee/gas_prices_changed"
}

pub fn fee_accumulator() -> &'static str {
    "fee/accumulator"
}