Table of Contents

Class StateCheckpointTransactionResponse

Namespace
Aptos
Assembly
Aptos.dll
[Serializable]
public class StateCheckpointTransactionResponse : CommittedTransactionResponse
Inheritance
StateCheckpointTransactionResponse
Inherited Members

Constructors

StateCheckpointTransactionResponse(Hex, ulong, Hex, Hex, ulong, bool, string, Hex, List<WriteSetChange>, string?, ulong)

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

Parameters

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

Fields

StateCheckpointHash

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

Field Value

string

Timestamp

[JsonProperty("timestamp")]
public ulong Timestamp

Field Value

ulong