# Functions
Generate a new random mnemonic and seed.
Create new wallet.
Recover a wallet keystore from a mnemonic - only used for testing mnemonics.
# Variables
Provided password is not correct to unlock the wallet keystore.
Attempted to create a new wallet, but one is already present.
Attempted to load a keystore, but it's not on disk.
Attempted to do an operation that is not supported by the loaded wallet type.
Attempted to load a wallet keystore, but it's already loaded.
Attempted to do an operation requiring a wallet, but it's not loaded.
# Interfaces
Interface for wallet managers.