Struct

@Serializable
data class Struct(val address: AccountAddress, val typeParams: List<TypeTag> = emptyList()) : TypeTag

Constructors

Link copied to clipboard
constructor(address: AccountAddress, typeParams: List<TypeTag> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun asMoveType(): String
Link copied to clipboard
open override fun toString(): String