Class MoveFunction
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class MoveFunction
- Inheritance
-
MoveFunction
- Inherited Members
-
Constructors
MoveFunction(string, MoveFunctionVisibility, bool, bool, List<MoveFunctionGenericTypeParam>, List<string>, List<string>)
public MoveFunction(string name, MoveFunctionVisibility visibility, bool isEntry, bool isView, List<MoveFunctionGenericTypeParam> genericTypeParams, List<string> parameters, List<string> returnType)
Parameters
name
string
visibility
MoveFunctionVisibility
isEntry
bool
isView
bool
genericTypeParams
List<MoveFunctionGenericTypeParam>
parameters
List<string>
returnType
List<string>
Fields
GenericTypeParams
[JsonProperty("generic_type_params")]
public List<MoveFunctionGenericTypeParam> GenericTypeParams
Field Value
- List<MoveFunctionGenericTypeParam>
IsEntry
[JsonProperty("is_entry")]
public bool IsEntry
Field Value
- bool
IsView
[JsonProperty("is_view")]
public bool IsView
Field Value
- bool
Name
[JsonProperty("name")]
public string Name
Field Value
- string
Parameters
[JsonProperty("params")]
public List<string> Parameters
Field Value
- List<string>
Return
[JsonProperty("return")]
public List<string> Return
Field Value
- List<string>
Visibility
[JsonProperty("visibility")]
public MoveFunctionVisibility Visibility
Field Value
- MoveFunctionVisibility