It may be useful in some cases to know how old the oldest observation is, we should consider exposing a function to return the secondsAgo associated with the oldest observation (the one that gives the longest possible TWAP)
this should likely be used as a bail-out for ensuring guarantees about minimum TWAP length, as opposed to an actual TWAP period itself
It may be useful in some cases to know how old the oldest
observation
is, we should consider exposing a function to return thesecondsAgo
associated with the oldest observation (the one that gives the longest possible TWAP)this should likely be used as a bail-out for ensuring guarantees about minimum TWAP length, as opposed to an actual TWAP period itself