toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
NFTContract
NFTContract
@
Serializable
data
class
NFTContract
(
val
coinId
:
Int
,
val
name
:
String
,
val
address
:
String
,
val
scheme
:
Int
,
val
description
:
String
?
=
null
,
val
network
:
String
,
val
externalLink
:
String
?
=
null
,
val
imageUrl
:
String
?
=
null
)
Members
Constructors
NFTContract
Link copied to clipboard
constructor
(
coinId
:
Int
,
name
:
String
,
address
:
String
,
scheme
:
Int
,
description
:
String
?
=
null
,
network
:
String
,
externalLink
:
String
?
=
null
,
imageUrl
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
coin
Id
Link copied to clipboard
val
coinId
:
Int
description
Link copied to clipboard
val
description
:
String
?
=
null
external
Link
Link copied to clipboard
val
externalLink
:
String
?
=
null
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
network
Link copied to clipboard
val
network
:
String
scheme
Link copied to clipboard
val
scheme
:
Int
Functions
to
Json
Link copied to clipboard
fun
toJson
(
)
:
Map
<
String
,
Any
?
>