StructTag

@Serializable
data class StructTag(val address: AccountAddress, val module: String, val name: String, val typeParams: List<TypeTag> = emptyList())

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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