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
In blocks_iterator I would like to parse BlockExtra using this crate like drafter here.
But how can I access the content of extra data like the field outpoint_values?
Visitor trait should somehow be extended, not sure if an associated object that can be left empty in this lib could serve this purpose
The text was updated successfully, but these errors were encountered:
In blocks_iterator I would like to parse
BlockExtra
using this crate like drafter here.But how can I access the content of extra data like the field
outpoint_values
?Visitor trait should somehow be extended, not sure if an associated object that can be left empty in this lib could serve this purpose
The text was updated successfully, but these errors were encountered: