Type Definition pallet_fee_lock::pallet::FeeLockMetadata
source · pub type FeeLockMetadata<T: Config> = StorageValue<_GeneratedPrefixForStorageFeeLockMetadata<T>, FeeLockMetadataInfo<T>, OptionQuery>;
Expand description
Storage type is StorageValue
with value type FeeLockMetadataInfo < T >
.