Messages
CurrentOrHistoricalVersion
CurrentVersion
VersionContext
| Field | Type | Description | 
|---|---|---|
current | CurrentVersion | Request the latest version available at request time. | 
currentOrHistorical | CurrentOrHistoricalVersion | Request the latest version, or historical on. | 
slot | uint64 | Request the version for a specific slot number. | 
timestamp | google.protobuf.Timestamp | Request the version nearest to the provided block timestamp. | 
Enums
ConsensusStatus
ConsensusStatus represents the minimum consensus level a resource has achieved when returned by the service.| Value | Number | Description | 
|---|---|---|
CONSENSUS_STATUS_UNSPECIFIED | 0 | CONSENSUS_STATUS_UNSPECIFIED indicates the consensus status is unknown. | 
CONSENSUS_STATUS_OBSERVED | 1 | CONSENSUS_STATUS_OBSERVED indicates the resource has been observed but not yet confirmed in a finalized block. | 
CONSENSUS_STATUS_INCLUDED | 2 | CONSENSUS_STATUS_INCLUDED indicates the resource has been included in the ledger but may not be finalized. | 
CONSENSUS_STATUS_FINALIZED | 3 | CONSENSUS_STATUS_FINALIZED indicates the resource is finalized for a slot. | 
CONSENSUS_STATUS_LOCALLY_EXECUTED | 4 | CONSENSUS_STATUS_LOCALLY_EXECUTED indicates the local node executed the resource but broader cluster finality may not have been achieved. | 
CONSENSUS_STATUS_CLUSTER_EXECUTED | 5 | CONSENSUS_STATUS_CLUSTER_EXECUTED indicates the entire cluster has executed and agreed on the resource. |