Table of Contents

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

type string
function string
typeArguments List<object>
arguments List<object>

Fields

Arguments

[JsonProperty("arguments")]
public List<object> Arguments

Field Value

List<object>

Function

[JsonProperty("function")]
public string Function

Field Value

string

TypeArguments

[JsonProperty("type_arguments")]
public List<object> TypeArguments

Field Value

List<object>