# Functions
DisableLog disables all library log output.
NewLoader constructs a Loader.
UseLogger uses a specified Logger to output package logging info.
# Variables
ErrNoChainClient describes the error condition of attempting to start ticketbuyer when no chain client is available.
ErrTicketBuyerStarted describes the error condition of attempting to start ticketbuyer when it is already started.
ErrTicketBuyerStopped describes the error condition of attempting to stop ticketbuyer when it is already stopped.
ErrWalletExists describes the error condition of attempting to create a new wallet when one exists already.
ErrWalletLoaded describes the error condition of attempting to load or create a wallet when the loader has already done so.
ErrWalletNotLoaded describes the error condition of attempting to close a loaded wallet when a wallet has not been loaded.
# Structs
Loader implements the creating of new and opening of existing wallets, while providing a callback system for other subsystems to handle the loading of a wallet.
StakeOptions contains the various options necessary for stake mining.