Module xcm_runtime_apis::conversions
source · Expand description
Exposes runtime APIs for various XCM-related conversions.
Contains runtime APIs for useful conversions, such as between XCM Location
and AccountId
.
Structs§
- A helper implementation that can be used for
LocationToAccountApi
implementations. It is useful when you already have aConvertLocation<AccountId>
implementation and a defaultSs58Prefix
.
Enums§
Traits§
- API for useful conversions between XCM
Location
andAccountId
.