pub type AnchorDeposit<T: Config> = StorageValue<_GeneratedPrefixForStorageAnchorDeposit<T>, T::Balance, ValueQuery, T::DefaultAnchorDeposit>;
Expand description

Stores the current deposit that will be taken when storing an anchor.

Storage type is [StorageValue] with value type T :: Balance.

Aliased Type§

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