Class EntryFunctionPayloadResponse
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class EntryFunctionPayloadResponse : TransactionPayloadResponse
- Inheritance
-
EntryFunctionPayloadResponse
- Inherited Members
Constructors
EntryFunctionPayloadResponse(string, string, List<object>, List<object>)
public EntryFunctionPayloadResponse(string type, string function, List<object> typeArguments, List<object> arguments)
Parameters
Fields
Arguments
[JsonProperty("arguments")]
public List<object> Arguments
Field Value
Function
[JsonProperty("function")]
public string Function
Field Value
TypeArguments
[JsonProperty("type_arguments")]
public List<object> TypeArguments