toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
WepinNFT
Wepin
NFT
data
class
WepinNFT
(
val
account
:
Account
,
val
contract
:
WepinNFTContract
,
val
name
:
String
,
val
description
:
String
,
val
externalLink
:
String
,
val
imageUrl
:
String
,
val
contentUrl
:
String
?
=
""
,
val
quantity
:
Int
?
=
null
,
val
contentType
:
String
,
val
state
:
Int
)
Members
Constructors
Wepin
NFT
Link copied to clipboard
constructor
(
account
:
Account
,
contract
:
WepinNFTContract
,
name
:
String
,
description
:
String
,
externalLink
:
String
,
imageUrl
:
String
,
contentUrl
:
String
?
=
""
,
quantity
:
Int
?
=
null
,
contentType
:
String
,
state
:
Int
)
Properties
account
Link copied to clipboard
val
account
:
Account
content
Type
Link copied to clipboard
val
contentType
:
String
content
Url
Link copied to clipboard
val
contentUrl
:
String
?
contract
Link copied to clipboard
val
contract
:
WepinNFTContract
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
quantity
Link copied to clipboard
val
quantity
:
Int
?
=
null
state
Link copied to clipboard
val
state
:
Int