digitalbazaar / did-io

Decentralized identifier management library for browser and node.js
Other
43 stars 8 forks source link

Allow for calling generate API with no arguments #36

Closed mattcollier closed 6 years ago

mattcollier commented 6 years ago

https://github.com/digitalbazaar/did-io/blob/development/lib/methods/veres-one/veres-one.js#L131-L132

Please add = {} here to allow for doing v1.generate() to generate using defaults.

dmitrizagidulin commented 6 years ago

:+1:

dmitrizagidulin commented 6 years ago

Implemented in #37, closing.