Class BlockMetadataTransactionResponse
- Namespace
- Aptos
- Assembly
- Aptos.dll
[Serializable]
public class BlockMetadataTransactionResponse : CommittedTransactionResponse
- Inheritance
-
BlockMetadataTransactionResponse
- Inherited Members
Constructors
BlockMetadataTransactionResponse(Hex, ulong, Hex, Hex, ulong, bool, string, Hex, List<WriteSetChange>, string, string, ulong, ulong, List<byte>, string, List<uint>, List<Event>, ulong)
public BlockMetadataTransactionResponse(Hex hash, ulong version, Hex stateChangeHash, Hex eventRootHash, ulong gasUsed, bool success, string vmStatus, Hex accumulatorRootHash, List<WriteSetChange> changes, string stateCheckpointHash, string id, ulong epoch, ulong round, List<byte> previousBlockVotesBitvec, string proposer, List<uint> failedProposerIndices, List<Event> events, ulong timestamp)
Parameters
hash
Hexversion
ulongstateChangeHash
HexeventRootHash
HexgasUsed
ulongsuccess
boolvmStatus
stringaccumulatorRootHash
Hexchanges
List<WriteSetChange>stateCheckpointHash
stringid
stringepoch
ulonground
ulongpreviousBlockVotesBitvec
List<byte>proposer
stringfailedProposerIndices
List<uint>events
List<Event>timestamp
ulong
Fields
Epoch
[JsonProperty("epoch")]
public ulong Epoch
Field Value
Events
[JsonProperty("events")]
public List<Event> Events
Field Value
FailedProposerIndices
[JsonProperty("failed_proposer_indices")]
public List<uint> FailedProposerIndices
Field Value
Id
[JsonProperty("id")]
public string Id
Field Value
PreviousBlockVotesBitvec
[JsonProperty("previous_block_votes_bitvec")]
public List<byte> PreviousBlockVotesBitvec
Field Value
Proposer
[JsonProperty("proposer")]
public string Proposer
Field Value
Round
[JsonProperty("round")]
public ulong Round
Field Value
StateCheckpointHash
[JsonProperty("state_checkpoint_hash")]
public string? StateCheckpointHash
Field Value
Timestamp
[JsonProperty("timestamp")]
public ulong Timestamp