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
stringstateKeyHash
stringhandle
stringkey
stringdata
DeletedTableData
Fields
Data
[JsonProperty("data")]
public DeletedTableData Data
Field Value
Handle
[JsonProperty("handle")]
public string Handle
Field Value
Key
[JsonProperty("key")]
public string Key