pub type ServiceHead<T: Config> = StorageValue<_GeneratedPrefixForStorageServiceHead<T>, MessageOriginOf<T>, OptionQuery>;
Expand description
The origin at which we should begin servicing.
Storage type is [StorageValue
] with value type MessageOriginOf < T >
.
Aliased Type§
struct ServiceHead<T: Config>(/* private fields */);