Remove TransactionStatusResult
and BirkParametersResult
.
#227
Labels
good first issue
Good for newcomers
[Prio] Low
Should be fixed if time permits but can be postponed.
[Type] Change Request
Some visible functionality should be change.
Description
Datatypes
TransactionStatusResult
andBirkParametersResult
are just versions ofTransactionStatus
andBlockBirkParameters
that contain a subset of the information carried.Currently they seem to add an unnecessary level of indirection, so the codebase would benefit from these being removed.
The text was updated successfully, but these errors were encountered: