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), a HeightParam abstraction could be used to specify the strategy used regarding the query height.
For Admin Use
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), aHeightParamabstraction could be used to specify the strategy used regarding the query height.For Admin Use