neoneo-go/pkg/wallet/wallet_config.go

8 lines
133 B
Go
Raw Normal View History

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