neoneo-go/pkg/wallet
Evgeniy Kulikov cdba88b9f2 Code refactoring (#143)
- simplify code
- prealoc slices
- check errors in tests
- regexp Compile replaced with MustCompile
- uint* cannot be negative
2019-02-19 14:22:33 +01:00
..
account.go Fix typos (#133) 2019-02-13 18:01:10 +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 Function to get private key from ASN.1 serialized structure (#109) 2018-12-05 20:04:31 +01: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 [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00