11 lines
217 B
QML
11 lines
217 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import shared.popups.walletconnect 1.0
|
||
|
|
||
|
QtObject {
|
||
|
id: root
|
||
|
|
||
|
required property WalletConnectSDK wCSDK
|
||
|
|
||
|
// Here we will have business logic calls and expose connections history models
|
||
|
}
|