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
Hexversion
ulongstateChangeHash
HexeventRootHash
HexgasUsed
ulongsuccess
boolvmStatus
stringaccumulatorRootHash
Hexchanges
List<WriteSetChange>stateCheckpointHash
stringtimestamp
ulong
Fields
StateCheckpointHash
[JsonProperty("state_checkpoint_hash")]
public string? StateCheckpointHash
Field Value
Timestamp
[JsonProperty("timestamp")]
public ulong Timestamp