Module assets_common::matching
source · Structs§
- Checks if
a
is from the expected global consensus network. Checks thatLocation-a
starts withLocation-b
, and that network is a foreign consensus system. - Checks if
a
is from sibling locationb
. Checks thatLocation-a
starts withLocation-b
, and that theParaId
ofb
is not equal toa
. - Accepts an asset if it is from the origin.
- Accept an asset if it is native to
AssetsAllowedNetworks
and it is coming fromOriginLocation
.