Table of Contents

Class ValidatorTransactionResponse

Namespace
Aptos
Assembly
Aptos.dll
public class ValidatorTransactionResponse : CommittedTransactionResponse
Inheritance
ValidatorTransactionResponse
Inherited Members

Constructors

ValidatorTransactionResponse(Hex, ulong, Hex, Hex, ulong, bool, string, Hex, List<WriteSetChange>, string, List<Event>, ulong)

public ValidatorTransactionResponse(Hex hash, ulong version, Hex stateChangeHash, Hex eventRootHash, ulong gasUsed, bool success, string vmStatus, Hex accumulatorRootHash, List<WriteSetChange> changes, string stateCheckpointHash, List<Event> events, ulong timestamp)

Parameters

hash Hex
version ulong
stateChangeHash Hex
eventRootHash Hex
gasUsed ulong
success bool
vmStatus string
accumulatorRootHash Hex
changes List<WriteSetChange>
stateCheckpointHash string
events List<Event>
timestamp ulong

Fields

Events

[JsonProperty("events")]
public List<Event> Events

Field Value

List<Event>

StateCheckpointHash

[JsonProperty("state_checkpoint_hash")]
public string? StateCheckpointHash

Field Value

string

Timestamp

[JsonProperty("timestamp")]
public ulong Timestamp

Field Value

ulong