Documentation ¶
Index ¶
- type Store
- func (s *Store) DeleteWallet(name string) error
- func (s *Store) GetWallet(name, passphrase string) (wallet.Wallet, error)
- func (s *Store) GetWalletPath(name string) string
- func (s *Store) ListWallets() ([]string, error)
- func (s *Store) SaveWallet(w wallet.Wallet, passphrase string) error
- func (s *Store) WalletExists(name string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func InitialiseStore ¶
func (*Store) DeleteWallet ¶ added in v0.11.0
func (*Store) GetWalletPath ¶
func (*Store) ListWallets ¶
func (*Store) WalletExists ¶
Click to show internal directories.
Click to hide internal directories.