Class StructTag
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class StructTag : Serializable
- Inheritance
-
StructTag
- Inherited Members
-
Constructors
StructTag(AccountAddress, string, string, List<TypeTag>?)
public StructTag(AccountAddress address, string moduleName, string name, List<TypeTag>? typeArgs = null)
Parameters
address
AccountAddress
moduleName
string
name
string
typeArgs
List<TypeTag>
StructTag(StructTag, List<TypeTag>?)
public StructTag(StructTag other, List<TypeTag>? typeArgs = null)
Parameters
other
StructTag
typeArgs
List<TypeTag>
Fields
Address
public readonly AccountAddress Address
Field Value
- AccountAddress
ModuleName
public readonly string ModuleName
Field Value
- string
Name
public readonly string Name
Field Value
- string
TypeArgs
public readonly List<TypeTag> TypeArgs
Field Value
- List<TypeTag>
Properties
OBJECT
public static StructTag OBJECT { get; }
Property Value
- StructTag
OPTION
public static StructTag OPTION { get; }
Property Value
- StructTag
STRING
public static StructTag STRING { get; }
Property Value
- StructTag
TAG
public static StructTag TAG { get; }
Property Value
- StructTag
Methods
Deserialize(Deserializer)
public static StructTag Deserialize(Deserializer d)
Parameters
d
Deserializer
Returns
- StructTag
Serialize(Serializer)
public override void Serialize(Serializer s)
Parameters
s
Serializer