Struct Tag
@Serializable
Represents the fully-qualified identifier of a Move struct.
Parameters
address
The address of the package where the struct is defined.
module
The name of the module where the struct is defined.
name
The name of the struct.
type Params
A list of TypeTag
s for any generic type parameters.