Package org.starcoin.types
Class StructTag
java.lang.Object
org.starcoin.types.StructTag
public final class StructTag extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStructTag.Builder -
Field Summary
Fields Modifier and Type Field Description AccountAddressaddressIdentifiermoduleIdentifiernameList<TypeTag>type_params -
Constructor Summary
Constructors Constructor Description StructTag(AccountAddress address, Identifier module, Identifier name, List<TypeTag> type_params) -
Method Summary
Modifier and Type Method Description static StructTagbcsDeserialize(byte[] input)byte[]bcsSerialize()static StructTagdeserialize(Deserializer deserializer)booleanequals(Object obj)inthashCode()voidserialize(Serializer serializer)
-
Field Details
-
address
-
module
-
name
-
type_params
-
-
Constructor Details
-
StructTag
public StructTag(AccountAddress address, Identifier module, Identifier name, List<TypeTag> type_params)
-
-
Method Details
-
deserialize
- Throws:
DeserializationError
-
bcsDeserialize
- Throws:
DeserializationError
-
serialize
- Throws:
SerializationError
-
bcsSerialize
- Throws:
SerializationError
-
equals
-
hashCode
public int hashCode()
-