neoneo-go/pkg/wallet
Anna Shaleva 6b8957243a *: move wallet config from wallet to config package
In order to avoid dependency cycle at the next commits:

	imports github.com/nspcc-dev/neo-go/pkg/config
	imports github.com/nspcc-dev/neo-go/pkg/wallet
	imports github.com/nspcc-dev/neo-go/pkg/vm
	imports github.com/nspcc-dev/neo-go/pkg/smartcontract/nef
	imports github.com/nspcc-dev/neo-go/pkg/config
2020-06-29 09:15:29 +03:00
..
testdata *: change address to the new format 2020-06-17 15:58:21 +03:00
account.go wallet: check for t.GetSignedPart() result correctness 2020-05-24 23:53:38 +03:00
account_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
regenerate_test.go wallet: add test for regenerating test/docker wallets 2020-04-22 17:17:22 +03:00
token.go util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00
token_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
wallet.go *: change address to the new format 2020-06-17 15:58:21 +03:00
wallet_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00