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
}
Click to show internal directories.
Click to hide internal directories.