nanolib
nanolib copied to clipboard
[Suggestion] Less verbose function names
I think some function could be changed (or aliased for retrocompatibily reasons), like:
generate_account_private_key
-> derive_private_key
generate_account_id
-> derive_address
I don't know the lib very deeply, but I believe there are some other similar cases.