Type Alias cfg_types::fee_keys::Fee

source ·
pub type Fee = Fee<Balance, FeeKey>;

Aliased Type§

enum Fee {
    Balance(u128),
    Key(FeeKey),
}

Variants§

§

Balance(u128)

The fee value itself.

§

Key(FeeKey)

The fee value is already stored and identified by a key.