Ksui
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
StructTag
Struct
Tag
@
Serializable
data
class
StructTag
(
val
address
:
AccountAddress
,
val
module
:
String
,
val
name
:
String
,
val
typeParams
:
List
<
TypeTag
>
=
emptyList()
)
Members
Constructors
Struct
Tag
Link copied to clipboard
constructor
(
address
:
AccountAddress
,
module
:
String
,
name
:
String
,
typeParams
:
List
<
TypeTag
>
=
emptyList()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
AccountAddress
module
Link copied to clipboard
val
module
:
String
name
Link copied to clipboard
val
name
:
String
type
Params
Link copied to clipboard
val
typeParams
:
List
<
TypeTag
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String