All chains
    Preparing search index...

    Type Alias RcAccounts

    RcAccounts: StorageDescriptor<
        [Key: SS58String],
        {
            consumers: number;
            free: bigint;
            freezes: { amount: bigint; id: WestendRuntimeRuntimeFreezeReason }[];
            frozen: bigint;
            holds: {
                amount: bigint;
                id: Enum<
                    {
                        DelegatedStaking: Enum<{ StakingDelegation: undefined }>;
                        Preimage: PreimagePalletHoldReason;
                        Session: Enum<{ Keys: undefined }>;
                        Staking: Enum<{ Staking: undefined }>;
                        StateTrieMigration: Enum<{ SlashForMigrate: undefined }>;
                        XcmPallet: Enum<{ AuthorizeAlias: undefined }>;
                    },
                >;
            }[];
            locks: {
                amount: bigint;
                id: FixedSizeBinary<8>;
                reasons: BalancesTypesReasons;
            }[];
            providers: number;
            reserved: bigint;
            unnamed_reserve: bigint;
            who: SS58String;
        },
        true,
        never,
    >

    RC accounts that failed to migrate when were received on the Asset Hub.

    This is unlikely to happen, since we dry run the migration, but we keep it for completeness.