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
The Parser package provides support for parsing Rosetta blocks. This includes things like calculating all the balance changes that occurred in a block and grouping related operations.
Motivation:
Parser provides a collection of helpers to make block parsing easier. The parser can calculate all balance changes in a block, group related operations, and match an operation description with an operation in a transaction.
The text was updated successfully, but these errors were encountered:
🚀 Feature of #106
Rust based Rosetta Impl of Parser
Description:
Motivation:
The text was updated successfully, but these errors were encountered: