All chains
    Preparing search index...

    Type Alias AuthorizedAliases

    AuthorizedAliases: StorageDescriptor<
        [Key: XcmVersionedLocation],
        { aliasers: { expiry?: bigint; location: XcmVersionedLocation }[] },
        true,
        never,
    >

    Map of authorized aliasers of local origins. Each local location can authorize a list of other locations to alias into it. Each aliaser is only valid until its inner expiry block number.