neoneo-go/pkg/wallet
Roman Khimov 2c3e92923f keys: simplify error handling for PublicKey() and associated
PublicKey() for PrivateKey now just can't fail and it makes no sense to return
an error from it. There is a lot of associated functionality for which this
also is true, so adjust it accordingly and simplify a lot of code.
2019-09-05 12:34:12 +03:00
..
account.go keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
account_test.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
wallet.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00