Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

Extract IndyUser interface #10

Closed seniorjoinu closed 5 years ago

seniorjoinu commented 6 years ago

Detailed Description

IndyUser is a heavy class with a lot of code so it would be great to decouple its interface from implementation.

Context

This would help other developers to understand IndyUser logic.

Possible Implementation

Break down IndyUser into interface and class that implements this interface