Class CommittedTransactionResponse
- Namespace
- Aptos
- Assembly
- Aptos.dll
[Serializable]
public abstract class CommittedTransactionResponse : TransactionResponse
- Inheritance
-
CommittedTransactionResponse
- Derived
- Inherited Members
Constructors
CommittedTransactionResponse(TransactionResponseType, Hex, ulong, Hex, Hex, ulong, bool, string, Hex, List<WriteSetChange>)
protected CommittedTransactionResponse(TransactionResponseType type, Hex hash, ulong version, Hex stateChangeHash, Hex eventRootHash, ulong gasUsed, bool success, string vmStatus, Hex accumulatorRootHash, List<WriteSetChange> changes)
Parameters
type
TransactionResponseTypehash
Hexversion
ulongstateChangeHash
HexeventRootHash
HexgasUsed
ulongsuccess
boolvmStatus
stringaccumulatorRootHash
Hexchanges
List<WriteSetChange>
Fields
Changes
[JsonProperty("changes")]
public List<WriteSetChange> Changes
Field Value
EventRootHash
[JsonProperty("event_root_hash")]
public Hex EventRootHash
Field Value
GasUsed
[JsonProperty("gas_used")]
public ulong GasUsed
Field Value
StateChangeHash
[JsonProperty("state_change_hash")]
public Hex StateChangeHash
Field Value
Success
[JsonProperty("success")]
public bool Success
Field Value
Version
[JsonProperty("version")]
public ulong Version
Field Value
VmStatus
[JsonProperty("vm_status")]
public string VmStatus
Field Value
accumulatorRootHash
[JsonProperty("accumulator_root_hash")]
public Hex accumulatorRootHash