fn v1_wallets_to_v2_accounts(
    wallets: BTreeMap<PubkeyV1, u64>,
    common_parameters: &CommonParameters,
) -> (bool, u64, BTreeMap<AccountId32, GenesisAccountData<u64, u32>>, usize)