toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
StructTag
Struct
Tag
@
Serializable
class
StructTag
(
val
address
:
AccountAddress
,
val
moduleName
:
String
,
val
name
:
String
,
val
typeArgs
:
List
<
TypeTag
>
)
Members
Constructors
Struct
Tag
Link copied to clipboard
constructor
(
address
:
AccountAddress
,
moduleName
:
String
,
name
:
String
,
typeArgs
:
List
<
TypeTag
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
AccountAddress
module
Name
Link copied to clipboard
val
moduleName
:
String
name
Link copied to clipboard
val
name
:
String
type
Args
Link copied to clipboard
val
typeArgs
:
List
<
TypeTag
>