Type Alias RegisteredOrbiter

Source
pub type RegisteredOrbiter<T: Config> = StorageMap<_GeneratedPrefixForStorageRegisteredOrbiter<T>, Blake2_128Concat, T::AccountId, bool>;
Expand description

Check if account is an orbiter

Storage type is [StorageMap] with key type T :: AccountId and value type bool.

Aliased Typeยง

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