pub type TimegraphAccount<T: Config> = StorageValue<_GeneratedPrefixForStorageTimegraphAccount<T>, T::AccountId, ValueQuery, T::InitialTimegraphAccount>;
Expand description
Storage type is [StorageValue
] with value type T :: AccountId
.
Aliased Typeยง
struct TimegraphAccount<T: Config>(/* private fields */);