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: add proofs to platform responses #250

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

Need to add ability to requests proofs for platform methods.

What was done?

Added prove option to platform requests. The response includes proof instead of data.

How Has This Been Tested?

With unit tests

Breaking Changes

No

Checklist:

For repository code-owners and collaborators only