StructTag constructor

StructTag(
  1. AccountAddress address,
  2. Identifier moduleName,
  3. Identifier name,
  4. List<TypeTag> typeArgs,
)

Implementation

StructTag(this.address, this.moduleName, this.name, this.typeArgs);