6b8957243a
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
7 lines
133 B
Go
7 lines
133 B
Go
package config
|
|
|
|
// Wallet is a wallet info.
|
|
type Wallet struct {
|
|
Path string `yaml:"Path"`
|
|
Password string `yaml:"Password"`
|
|
}
|