Add additional metadata for core getTransaction response
What was done?
Added response class for core getTransaction method
How Has This Been Tested?
With unit tests
Breaking Changes
Core method getTransaction responds with response class instead of plain data
Core method getTransaction throws a NotFound error in case if the transaction is not present.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
Add additional metadata for core
getTransaction
responseWhat was done?
getTransaction
methodHow Has This Been Tested?
With unit tests
Breaking Changes
Core method
getTransaction
responds with response class instead of plain data Core methodgetTransaction
throws a NotFound error in case if the transaction is not present.Checklist:
For repository code-owners and collaborators only