Table of Contents

Class WriteSetChangeDeleteTableItem

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

Constructors

WriteSetChangeDeleteTableItem(string, string, string, string, DeletedTableData)

public WriteSetChangeDeleteTableItem(string type, string stateKeyHash, string handle, string key, DeletedTableData data)

Parameters

type string
stateKeyHash string
handle string
key string
data DeletedTableData

Fields

Data

[JsonProperty("data")]
public DeletedTableData Data

Field Value

DeletedTableData

Handle

[JsonProperty("handle")]
public string Handle

Field Value

string

Key

[JsonProperty("key")]
public string Key

Field Value

string