Separate NEM12 and NEM12 Parsers
Closed this issue · 3 comments
benjamin-croker commented
Despite similarities, these parsers should possibly be seperate. They have different blocking (i.e. parsing flow) diagrams, and organise their data differently.
aguinane commented
Maybe different functions that you call, but I'd want the returned objects to be the same.
benjamin-croker commented
From the user's perspective it would be the same. The interface would read the first row of the file, then call the correct parser.