Type Definition pallet_robonomics_launch::pallet::Goal
source · pub type Goal<T> = StorageValue<_GeneratedPrefixForStorageGoal<T>, <T as Config>::Parameter>;Expand description
Storage type is [StorageValue] with value type < T as Config > :: Parameter.