selectAccount({required String walletId, required int accountId}) { state = state.copyWith( selected: ( walletId: walletId, accountId: accountId, ), ); }