toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
WepinNFTContract
Wepin
NFTContract
data
class
WepinNFTContract
(
val
name
:
String
,
val
address
:
String
,
val
scheme
:
String
,
val
description
:
String
?
=
""
,
val
network
:
String
,
val
externalLink
:
String
?
=
""
,
val
imageUrl
:
String
?
=
""
)
Members
Constructors
Wepin
NFTContract
Link copied to clipboard
constructor
(
name
:
String
,
address
:
String
,
scheme
:
String
,
description
:
String
?
=
""
,
network
:
String
,
externalLink
:
String
?
=
""
,
imageUrl
:
String
?
=
""
)
Properties
address
Link copied to clipboard
val
address
:
String
description
Link copied to clipboard
val
description
:
String
?
external
Link
Link copied to clipboard
val
externalLink
:
String
?
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
name
Link copied to clipboard
val
name
:
String
network
Link copied to clipboard
val
network
:
String
scheme
Link copied to clipboard
val
scheme
:
String