Type Alias moonbeam_runtime::xcm_config::LocalOriginToLocation
source · pub type LocalOriginToLocation = SignedToAccountId20<RuntimeOrigin, AccountId, RelayNetwork>;
Aliased Type§
struct LocalOriginToLocation(/* private fields */);
Trait Implementations
source§impl<Origin, AccountId, Network> TryConvert<Origin, Location> for SignedToAccountId20<Origin, AccountId, Network>
impl<Origin, AccountId, Network> TryConvert<Origin, Location> for SignedToAccountId20<Origin, AccountId, Network>
source§fn try_convert(o: Origin) -> Result<Location, Origin>
fn try_convert(o: Origin) -> Result<Location, Origin>
Attempt to make conversion. If returning Result::Err, the inner must always be
a
.