v1

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: MIT Imports: 9 Imported by: 1

Documentation

Index

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 InitialiseStore(walletsHome string) (*Store, error)

func (*Store) DeleteWallet added in v0.11.0

func (s *Store) DeleteWallet(name string) error

func (*Store) GetWallet

func (s *Store) GetWallet(name, passphrase string) (wallet.Wallet, error)

func (*Store) GetWalletPath

func (s *Store) GetWalletPath(name string) string

func (*Store) ListWallets

func (s *Store) ListWallets() ([]string, error)

func (*Store) SaveWallet

func (s *Store) SaveWallet(w wallet.Wallet, passphrase string) error

func (*Store) WalletExists

func (s *Store) WalletExists(name string) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL