dashevo / js-dapi-client

DEPRECATED JavaScript client library used to access Dash DAPI endpoints
https://dashevo.github.io/platform/DAPI-Client/
MIT License
10 stars 9 forks source link

feat!: get transaction metadata #246

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

Add additional metadata for core getTransaction response

What was done?

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:

For repository code-owners and collaborators only