decentralized-identity / sidetree-ethereum

Blockchain-specific code for the Sidetree-based DID Method implementation on Ethereum
29 stars 9 forks source link

Create a service method that revokes a key from a DID #14

Closed ebaizel closed 6 years ago

ebaizel commented 6 years ago

Given a passed in request body, revoke a key from a given DID.

The tests should handle the case where the given DID can not be found.

This ticket is for the service function, not the API route.