wallet

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Wallet

type Wallet struct {
	WalletStore
	// contains filtered or unexported fields
}

type WalletStore

type WalletStore interface {
	NewWallet() (types.Address, error)
	NewWalletBySeed(seed, password string) (types.Address, error)
	CurrentId() (types.Address, error)
	WalletIds() ([]types.Address, error)
	IsWalletExist(address types.Address) (bool, error)
	RemoveWallet(id types.Address) error
	ChangePassword(addr types.Address, pwd string, newPwd string) error
}

Jump to

Keyboard shortcuts

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