Table of Contents

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 Hex
version ulong
stateChangeHash Hex
eventRootHash Hex
gasUsed ulong
success bool
vmStatus string
accumulatorRootHash Hex
changes List<WriteSetChange>
stateCheckpointHash string
payload GenesisPayloadResponse
events List<Event>

Fields

Events

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

Field Value

List<Event>

Payload

[JsonProperty("payload")]
public GenesisPayloadResponse Payload

Field Value

GenesisPayloadResponse

StateCheckpointHash

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

Field Value

string