toggle menu
lib
0.0.2
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
Account
Account
@
Serializable
data
class
Account
(
val
network
:
String
,
val
address
:
String
,
val
contract
:
String
?
=
null
,
val
isAA
:
Boolean
?
=
false
)
Members
Constructors
Account
Link copied to clipboard
constructor
(
network
:
String
,
address
:
String
,
contract
:
String
?
=
null
,
isAA
:
Boolean
?
=
false
)
Properties
address
Link copied to clipboard
val
address
:
String
contract
Link copied to clipboard
val
contract
:
String
?
=
null
is
AA
Link copied to clipboard
val
isAA
:
Boolean
?
=
false
network
Link copied to clipboard
val
network
:
String