Table of Contents

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 TransactionResponseType
hash Hex
version ulong
stateChangeHash Hex
eventRootHash Hex
gasUsed ulong
success bool
vmStatus string
accumulatorRootHash Hex
changes List<WriteSetChange>

Fields

Changes

[JsonProperty("changes")]
public List<WriteSetChange> Changes

Field Value

List<WriteSetChange>

EventRootHash

[JsonProperty("event_root_hash")]
public Hex EventRootHash

Field Value

Hex

GasUsed

[JsonProperty("gas_used")]
public ulong GasUsed

Field Value

ulong

StateChangeHash

[JsonProperty("state_change_hash")]
public Hex StateChangeHash

Field Value

Hex

Success

[JsonProperty("success")]
public bool Success

Field Value

bool

Version

[JsonProperty("version")]
public ulong Version

Field Value

ulong

VmStatus

[JsonProperty("vm_status")]
public string VmStatus

Field Value

string

accumulatorRootHash

[JsonProperty("accumulator_root_hash")]
public Hex accumulatorRootHash

Field Value

Hex