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
stringstateKeyHash
stringaddress
stringdata
MoveModuleBytecode
Fields
Address
[JsonProperty("address")]
public string Address
Field Value
Data
[JsonProperty("data")]
public MoveModuleBytecode Data