5a984fdf88
closes #423
7 lines
133 B
Go
7 lines
133 B
Go
package wallet
|
|
|
|
// Config is a wallet info.
|
|
type Config struct {
|
|
Path string `yaml:"Path"`
|
|
Password string `yaml:"Password"`
|
|
}
|