toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
AppNFT
App
NFT
@
Serializable
data
class
AppNFT
(
val
contract
:
NFTContract
,
val
id
:
String
,
val
accountId
:
String
,
val
name
:
String
,
val
description
:
String
,
val
tokenId
:
String
,
val
externalLink
:
String
,
val
imageUrl
:
String
,
val
contentUrl
:
String
?
=
null
,
val
quantity
:
Int
?
=
null
,
val
contentType
:
Int
,
val
state
:
Int
)
Members
Constructors
App
NFT
Link copied to clipboard
constructor
(
contract
:
NFTContract
,
id
:
String
,
accountId
:
String
,
name
:
String
,
description
:
String
,
tokenId
:
String
,
externalLink
:
String
,
imageUrl
:
String
,
contentUrl
:
String
?
=
null
,
quantity
:
Int
?
=
null
,
contentType
:
Int
,
state
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Id
Link copied to clipboard
val
accountId
:
String
content
Type
Link copied to clipboard
val
contentType
:
Int
content
Url
Link copied to clipboard
val
contentUrl
:
String
?
=
null
contract
Link copied to clipboard
val
contract
:
NFTContract
description
Link copied to clipboard
val
description
:
String
external
Link
Link copied to clipboard
val
externalLink
:
String
id
Link copied to clipboard
val
id
:
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
token
Id
Link copied to clipboard
val
tokenId
:
String