Table of Contents

Class WriteSetChangeWriteTableItem

Namespace
Aptos
Assembly
Aptos.dll
public class WriteSetChangeWriteTableItem : WriteSetChange
Inheritance
WriteSetChangeWriteTableItem
Inherited Members

Constructors

WriteSetChangeWriteTableItem(string, string, string, string, string, DecodedTableData?)

public WriteSetChangeWriteTableItem(string type, string stateKeyHash, string handle, string key, string value, DecodedTableData? data)

Parameters

type string
stateKeyHash string
handle string
key string
value string
data DecodedTableData

Fields

Data

[JsonProperty("data", NullValueHandling = NullValueHandling.Ignore)]
public DecodedTableData? Data

Field Value

DecodedTableData

Handle

[JsonProperty("handle")]
public string Handle

Field Value

string

Key

[JsonProperty("key")]
public string Key

Field Value

string

Value

[JsonProperty("value")]
public string Value

Field Value

string