You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some queries use a Option<Height> in order to define if the query must be done using the latest height or a specific height. Following this discussion, #167 (comment), a HeightParam abstraction could be used to specify the strategy used regarding the query height.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Some queries use a
Option<Height>
in order to define if the query must be done using the latest height or a specific height. Following this discussion, #167 (comment), aHeightParam
abstraction could be used to specify the strategy used regarding the query height.For Admin Use
The text was updated successfully, but these errors were encountered: