# 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.
No description provided by the author
The header for all siag files.
No description provided by the author
# Variables
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
# Structs
SavedKey033x is the persist structure that was used to save and load private keys in versions v0.3.3.x for siad.
No description provided by the author
A SiagKeyPair is the struct representation of the bytes that get saved to disk by siag when a new keyfile is created.
SpendableKeyFile stores an encrypted spendable key on disk.
Wallet is an object that tracks balances, creates keys and addresses, manages building and sending transactions.
WalletPersist contains all data that persists on disk during wallet operation.
# Type aliases
No description provided by the author