10 lines
138 B
QML

import QtQuick 2.15
import AppLayouts.Wallet.services.dapps 1.0
QtObject {
id: root
required property WalletConnectSDK wCSDK
}