Table of Contents

Class DecodedTableData

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

Constructors

DecodedTableData(dynamic, string, dynamic, string)

public DecodedTableData(dynamic key, string keyType, dynamic dynamic, string valueType)

Parameters

key dynamic
keyType string
dynamic dynamic
valueType string

Fields

Key

[JsonProperty("key")]
public dynamic Key

Field Value

dynamic

KeyType

[JsonProperty("key_type")]
public string KeyType

Field Value

string

Value

[JsonProperty("value")]
public dynamic Value

Field Value

dynamic

ValueType

[JsonProperty("value_type")]
public string ValueType

Field Value

string