All chains
    Preparing search index...

    Type Alias receive_accounts

    receive_accounts: TxDescriptor<
        {
            accounts: {
                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;
            }[];
        },
    >

    Receive accounts from the Relay Chain.

    The accounts sent with pallet_rc_migrator::Pallet::migrate_accounts function.