import QtQuick 2.15 import StatusQ.Core 0.1 import utils 1.0 import AppLayouts.Profile.stores 1.0 QtObject { id: root // Some token+currency-related functions are implemented in the profileSectionModule. // We should probably refactor this and move those functions to some Wallet module. property ProfileSectionStore profileSectionStore: ProfileSectionStore {} function getModelIndexForKey(key) { for (var i=0; i