uport-android-sdk
uport-android-sdk copied to clipboard
Rename KPAccountCreator class and add comments class and add comments
The class KPAccountCreator should be renamed to something more intuitive and comments to be added for a better understanding of what the class is doing
Acceptance criteria:
KPAccountCreatorto be renamed toKeyPairAccountCreator- kdoc comment describing high level functionality of class
- kdoc comment describing
AccountCreatorinterface - Existing tests must pass (after rename)
- breaking change from rename marked in changelog
No new tests needed but they won't be rejected if any are added :)
This is mirroring #161718980 in pivotal
is KeyPairAccountCreator more meaningful?
yes