Table of Contents

Class MoveStruct

Namespace
Aptos
Assembly
Aptos.dll
public class MoveStruct
Inheritance
MoveStruct
Inherited Members

Constructors

MoveStruct(string, bool, List<MoveAbility>, List<MoveFunctionGenericTypeParam>, List<MoveStructField>)

public MoveStruct(string name, bool isNative, List<MoveAbility> abilities, List<MoveFunctionGenericTypeParam> genericTypeParams, List<MoveStructField> fields)

Parameters

name string
isNative bool
abilities List<MoveAbility>
genericTypeParams List<MoveFunctionGenericTypeParam>
fields List<MoveStructField>

Fields

Abilities

[JsonProperty("abilities")]
public List<MoveAbility> Abilities

Field Value

List<MoveAbility>

Fields

[JsonProperty("fields")]
public List<MoveStructField> Fields

Field Value

List<MoveStructField>

GenericTypeParams

[JsonProperty("generic_type_params")]
public List<MoveFunctionGenericTypeParam> GenericTypeParams

Field Value

List<MoveFunctionGenericTypeParam>

IsNative

[JsonProperty("is_native")]
public bool IsNative

Field Value

bool

Name

[JsonProperty("name")]
public string Name

Field Value

string