coinbase/mesh-sdk-go

Add `Optional` to `OperationDescription`

patrick-ogrady opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
In some cases, it is useful to optimistically specify descriptions that could be met but to fallback to other logic in the case they are not. In the current implementation, there is no way to allow a match to be missing.

Describe the solution you'd like
Specify that certain matches can be missing.