github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/config/wallet_config.go (about)

     1  package config
     2  
     3  // Wallet is a wallet info.
     4  type Wallet struct {
     5  	Path     string `yaml:"Path"`
     6  	Password string `yaml:"Password"`
     7  }