You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: