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
It would be helpful to name a number of events in client.get_events_for_height_range(). This would involve changing type : str to type : [str], and the returned events would be ordered by block and secondarily event index and comingled type.
The current alternative is calling get_events_for_height_range() for each type that I'm querying for over the same range.
The text was updated successfully, but these errors were encountered:
Description
It would be helpful to name a number of events in
client.get_events_for_height_range()
. This would involve changingtype : str
totype : [str]
, and the returned events would be ordered by block and secondarily event index and comingled type.The current alternative is calling
get_events_for_height_range()
for each type that I'm querying for over the same range.The text was updated successfully, but these errors were encountered: