KYCDao
KYCDao
/
com.kycdao.android.sdk.model
/
WalletConnectURL
Wallet
Connect
URL
data
class
WalletConnectURL
(
val
topic
:
String
,
val
bridgeURL
:
String
,
val
key
:
String
,
val
version
:
Int
=
1
,
val
absoluteUri
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Wallet
Connect
URL
Link copied to clipboard
fun
WalletConnectURL
(
topic
:
String
,
bridgeURL
:
String
,
key
:
String
,
version
:
Int
=
1
,
absoluteUri
:
String
)
Content copied to clipboard
Properties
absolute
Uri
Link copied to clipboard
val
absoluteUri
:
String
Content copied to clipboard
bridge
URL
Link copied to clipboard
val
bridgeURL
:
String
Content copied to clipboard
key
Link copied to clipboard
val
key
:
String
Content copied to clipboard
topic
Link copied to clipboard
val
topic
:
String
Content copied to clipboard
version
Link copied to clipboard
val
version
:
Int
=
1
Content copied to clipboard