All chains
    Preparing search index...

    Type Alias AuthorizedAliases

    AuthorizedAliases: StorageDescriptor<
        [Key: XcmVersionedLocation],
        {
            aliasers: { expiry?: bigint; location: XcmVersionedLocation }[];
            ticket: bigint;
        },
        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.