coinbase/mesh-sdk-go

Add "repeated" requirement for parser.Descriptions

patrick-ogrady opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
In some cases, it is not clear how many operations will be in a transaction but it may be possible to describe the form of each desired operation (where n could be returned that meet this form). MatchOperations does not currently support such functionality.

Describe the solution you'd like
Allow for matching n operations to a description (if enabled).