# Functions
New creates a new wallet, loading any known addresses from the input file name and then using the file to save in the future.
# Constants
RespendTimeout records the number of blocks that the wallet will wait before spending an output that has been spent in the past.
# Variables
various errors returned by the wallet.
# Structs
No description provided by the author
SpendableKeyFile stores an encrypted spendable key on disk.
Wallet is an object that tracks balances, creates keys and addresses, manages building and sending transactions.
# Type aliases
No description provided by the author