ConsensusStatus
ConsensusStatus represents the minimum consensus level a resource has achieved when returned by the service.
Package: thru.common.v1
Values
Section titled “Values”| Name | # | 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. |