-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror golang namespace structure #68
Comments
Hi, I am not sure if this is possible, libskycoin library doesn't export package name. |
@stdevEclipse generated files remain the same as they are now. This issue is for creating new files following the package / class structure mentioned above with code invoking SWIG-generated functions under-the-hood |
…59 passed in 45.16 seconds
Include pyskycoin API names in specific submodules under
skycoin
package and corresponding classes whenever appropriate . This will imply renaming some functions / variables e.g.skycoin.SKY_cipher_SecKey_Hex
=>skycoin.cipher.SecKey.Hex
,skycoin.cipher_SecKey()
=>skycoin.cipher.SecKey()
, etc, ...The text was updated successfully, but these errors were encountered: