space_ex v0.8.0 SpaceEx.Stream.Result
Raw result from a stream, timestamped, not decoded.
Normally you won’t use or see this structure in your own code. Most SpaceEx.Stream functions will return just the decoded value by default.
Keys
:timestamp— ANaiveDateTimeindicating when the result was received.:value— The stream result value, in raw bytes, ornilif error.:error— The stream error value, as text, ornilif no error.