package
2.1.0+incompatible
Repository: https://github.com/decred/libwallet.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecryptData uses the provided passphrase to decrypt the provided data.
EncryptData encrypts the provided data with the provided passphrase.
NetFromString returns the Network for the given network name.
NewSPVPeerManager creates a new SPVPeerManager.
NewWalletBase initializes a WalletBase using the information provided.
OpenWalletBase loads basic information for an existing wallet from the provided params.
ReEncryptData decrypts the provided data using the oldPass and re-encrypts the data using newPass.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Simnet is an alias of Regtest.
No description provided by the author
The Wallet is a restored wallet.
The Wallet is a watch only wallet.

# Variables

No description provided by the author

# Structs

CreateWalletParams are the parameters for creating a wallet.
CreateWalletParams are the parameters for opening a wallet.
RecoveryCfg is the information used to recover a wallet.
SPVPeerManager implements peer management functionality for all bitcoin clone SPV wallets.
No description provided by the author
WalletPeer provides information about a wallet's peer.

# Interfaces

PeerManagerChainService are the functions needed for an SPVPeerManager to communicate with a chain service.
SPVPeer is satisfied by *neutrino.ServerPeer, but is generalized to accommodate underlying implementations other than lightninglabs/neutrino.

# Type aliases

Network flags passed to asset backends to signify which network to use.
No description provided by the author
WalletTrait is a bitset indicating various optional wallet properties, such as if the wallet was restored or if it's watch only.