Type Alias subspace_runtime::EnsureRootOr

source ·
pub type EnsureRootOr<O> = EitherOfDiverse<EnsureRoot<AccountId>, O>;

Aliased Type§

struct EnsureRootOr<O>(/* private fields */);