toggle menu
Ksui
2.1.0
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
TypeTag
Type
Tag
@
Serializable
(
with
=
TypeTagSerializer::class
)
sealed
class
TypeTag
Inheritors
U8
U16
U32
U64
U128
U256
Bool
Address
Vector
Struct
Members
Types
Address
Link copied to clipboard
object
Address
:
TypeTag
Bool
Link copied to clipboard
object
Bool
:
TypeTag
Struct
Link copied to clipboard
@
Serializable
data
class
Struct
(
val
address
:
AccountAddress
,
val
typeParams
:
List
<
TypeTag
>
=
emptyList()
)
:
TypeTag
U128
Link copied to clipboard
object
U128
:
TypeTag
U16
Link copied to clipboard
object
U16
:
TypeTag
U256
Link copied to clipboard
object
U256
:
TypeTag
U32
Link copied to clipboard
object
U32
:
TypeTag
U64
Link copied to clipboard
object
U64
:
TypeTag
U8
Link copied to clipboard
object
U8
:
TypeTag
Vector
Link copied to clipboard
class
Vector
:
TypeTag
Functions
as
Move
Type
Link copied to clipboard
abstract
fun
asMoveType
(
)
:
String