Table of Contents

Class WriteSetChangeWriteModule

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

Constructors

WriteSetChangeWriteModule(string, string, string, MoveModuleBytecode)

public WriteSetChangeWriteModule(string type, string stateKeyHash, string address, MoveModuleBytecode data)

Parameters

type string
stateKeyHash string
address string
data MoveModuleBytecode

Fields

Address

[JsonProperty("address")]
public string Address

Field Value

string

Data

[JsonProperty("data")]
public MoveModuleBytecode Data

Field Value

MoveModuleBytecode