# Functions

Dir returns the directory where the data is stored for a named wallet.
Load loads persistent data for a wallet with a given name, and restores the wallets state.
New creates a new wallet with a random seed.
NewWalletFromMnemonic creates a new wallet from a given mnemonic.
NewWalletFromSeed creates a new wallet with a given seed.
PersistDir is the directory in which the light wallet data is stored.
UserHomeDir gets the home directory of the current user.

# Constants

ArbitraryDataMaxSize is the maximum size of the arbitrary data field on a transaction.
WorkerCount is the number of workers used to process information about explorer addresses.

# Variables

ErrInsufficientWalletFunds indicates that the wallet does not have sufficient funds to fund the transaction.
ErrNoSuchWallet indicates that there is no wallet for a given name when trying to load a wallet.
ErrTooMuchData indicates that the there is too much data to add to the transction.
ErrWalletExists indicates that a wallet with that name allready exists when trying to create a new wallet.

# Structs

No description provided by the author

# Interfaces

Backend is the minimal interface required by a Wallet to have a view of the chain.

# Type aliases

No description provided by the author