Absolute values are acquired by reading the transactions in the stream.
The offsets can be compared. The format may vary between implementations.
It is either a string representing an ever-increasing integer, or
a composite string containing <block-hash>-<block-height>-<event-id>
; ordering
requires comparing numerical values of the second, then the third element.
A fixed type tag to denote this object as an absolute offset
Generated using TypeDoc
Example:
{ offsetType: 'absolute', absolute: '42' }
To express values in a more concise way, you can have a look at the ValueHelpers.