neo-go/pkg/wallet/wallet_config.go
2020-03-31 17:55:59 +03:00

7 lines
133 B
Go

package wallet
// Config is a wallet info.
type Config struct {
Path string `yaml:"Path"`
Password string `yaml:"Password"`
}