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
}