referrerpolicy=no-referrer-when-downgrade
xcm_fuzzer::parachain

Type Alias LocalOriginToLocation

Source
pub type LocalOriginToLocation = SignedToAccountId32<RuntimeOrigin, <<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, RelayNetwork>;

Aliased Type§

struct LocalOriginToLocation(/* private fields */);

Trait Implementations

§

impl<RuntimeOrigin, AccountId, Network> TryConvert<RuntimeOrigin, Location> for SignedToAccountId32<RuntimeOrigin, AccountId, Network>
where RuntimeOrigin: OriginTrait + Clone, AccountId: Into<[u8; 32]>, Network: Get<Option<NetworkId>>, <RuntimeOrigin as OriginTrait>::PalletsOrigin: From<RawOrigin<AccountId>> + TryInto<RawOrigin<AccountId>, Error = <RuntimeOrigin as OriginTrait>::PalletsOrigin>,

§

fn try_convert(o: RuntimeOrigin) -> Result<Location, RuntimeOrigin>

Attempt to make conversion. If returning Result::Err, the inner must always be a.