pub type Burn<T: Config> = StorageValue<_GeneratedPrefixForStorageBurn<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description
Amount of tokens to burn from a payer key when registering new agents.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Typeยง
struct Burn<T: Config>(/* private fields */);