referrerpolicy=no-referrer-when-downgrade

Credits

Type Alias Credits 

Source
pub type Credits<T: Config> = StorageMap<_GeneratedPrefixForStorageCredits<T>, Blake2_128Concat, T::AccountId, BalanceOf<T>, ValueQuery>;
Expand description

Keeps track of credits owned by each account.

Storage type is [StorageMap] with key type T :: AccountId and value type BalanceOf < T >.

Aliased Type§

pub struct Credits<T: Config>(/* private fields */);