Table of Contents

Class WriteSetChangeDeleteResource

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

Constructors

WriteSetChangeDeleteResource(string, string, string, string)

public WriteSetChangeDeleteResource(string type, string stateKeyHash, string address, string resource)

Parameters

type string
stateKeyHash string
address string
resource string

Fields

Address

[JsonProperty("address")]
public string Address

Field Value

string

Resource

[JsonProperty("resource")]
public string Resource

Field Value

string