neo-go/pkg/wallet
Anastasia Prasolova 2fd2866f7f Key signature and wallet address get functions added to Public key (#144)
* small fixes

* gofmt

* fix in raw tx build

* fixes after review

* balance getter interface

* moved address and signature calculation to public key

* errors handling

* PublicKey() returns PublicKey instead of bytes slice

* fixes after review

* fixes after review
2019-02-19 18:37:35 +00:00
..
account.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
account_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
nep2.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
nep2_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
private_key.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
private_key_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00