StructTag

constructor(address: String, module: String, name: String, typeParams: List<TypeTag> = emptyList())

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.

typeParams

A list of TypeTags for any generic type parameters.