Skip to content

VersionContext

View as Markdown

VersionContext selects which logical version of a resource should be returned. At least one field must be set.

Package: thru.common.v1

FieldType#Description
currentCurrentVersion1 · optionalRequest the latest version available at request time.
currentOrHistoricalCurrentOrHistoricalVersion2 · optionalRequest the latest version, or historical on.
slotuint643 · optionalRequest the version for a specific slot number.
timestampgoogle.protobuf.Timestamp4 · optionalRequest the version nearest to the provided block timestamp.
sequint645 · optionalRequest the version for a specific seq number. Relevant only for GetAccount and GetRawAccount requests.