status-desktop/ui/imports/shared/stores/DAppsStore.qml

11 lines
222 B
QML

import QtQuick 2.15
import AppLayouts.Wallet.services.dapps 1.0
QtObject {
id: root
required property WalletConnectSDK wCSDK
// Here we will have business logic calls and expose connections history models
}