aguinane/nem-reader

Separate NEM12 and NEM12 Parsers

Closed this issue · 3 comments

Despite similarities, these parsers should possibly be seperate. They have different blocking (i.e. parsing flow) diagrams, and organise their data differently.

Maybe different functions that you call, but I'd want the returned objects to be the same.

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.

Separated in 06a6ccb