VersionContext
VersionContext selects which logical version of a resource should be returned. At least one field must be set.
Package: thru.common.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
current | CurrentVersion | 1 · optional | Request the latest version available at request time. |
currentOrHistorical | CurrentOrHistoricalVersion | 2 · optional | Request the latest version, or historical on. |
slot | uint64 | 3 · optional | Request the version for a specific slot number. |
timestamp | google.protobuf.Timestamp | 4 · optional | Request the version nearest to the provided block timestamp. |
seq | uint64 | 5 · optional | Request the version for a specific seq number. Relevant only for GetAccount and GetRawAccount requests. |