subspace_runtime

Type Alias EnsureRootOr

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

Aliased Typeยง

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