Table of Contents

Class WriteSetChangeDeleteModule

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

Constructors

WriteSetChangeDeleteModule(string, string, string, string)

public WriteSetChangeDeleteModule(string type, string stateKeyHash, string address, string module)

Parameters

type string
stateKeyHash string
address string
module string

Fields

Address

[JsonProperty("address")]
public string Address

Field Value

string

Module

[JsonProperty("module")]
public string Module

Field Value

string