referrerpolicy=no-referrer-when-downgrade
collectives_westend_runtime::ambassador

Type Alias 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 */);