Type Alias collectives_westend_runtime::ambassador::ExchangeOrigin
source · pub type ExchangeOrigin = EitherOf<EnsureRootWithSuccess<AccountId, ConstU16<65535>>, Fellows>;
Expand description
Exchange is by any of:
- Root can exchange arbitrarily.
- the Fellows origin
Aliased Type§
struct ExchangeOrigin(/* private fields */);