Class GenesisTransactionResponse
- Namespace
- Aptos
- Assembly
- Aptos.dll
[Serializable]
public class GenesisTransactionResponse : CommittedTransactionResponse
- Inheritance
-
GenesisTransactionResponse
- Inherited Members
Constructors
GenesisTransactionResponse(Hex, ulong, Hex, Hex, ulong, bool, string, Hex, List<WriteSetChange>, string, GenesisPayloadResponse, List<Event>)
public GenesisTransactionResponse(Hex hash, ulong version, Hex stateChangeHash, Hex eventRootHash, ulong gasUsed, bool success, string vmStatus, Hex accumulatorRootHash, List<WriteSetChange> changes, string stateCheckpointHash, GenesisPayloadResponse payload, List<Event> events)
Parameters
hash
Hexversion
ulongstateChangeHash
HexeventRootHash
HexgasUsed
ulongsuccess
boolvmStatus
stringaccumulatorRootHash
Hexchanges
List<WriteSetChange>stateCheckpointHash
stringpayload
GenesisPayloadResponseevents
List<Event>
Fields
Events
[JsonProperty("events")]
public List<Event> Events
Field Value
Payload
[JsonProperty("payload")]
public GenesisPayloadResponse Payload
Field Value
StateCheckpointHash
[JsonProperty("state_checkpoint_hash")]
public string? StateCheckpointHash