# Functions
CreateAccountsKeystoreRepresentation is a pure function that takes an accountStore and wallet password and returns the encrypted formatted json version for local writing.
CreateEmptyKeyStoreRepresentationForNewWallet creates a placeholder accounts keystore for a new Prysm Local Wallet.
NewInteropKeymanager instantiates a new imported keymanager with the deterministically generated interop keys.
NewKeymanager instantiates a new local keymanager from configuration options.
ResetCaches for the keymanager.
# Constants
AccountsKeystoreFileName exposes the name of the keystore file.
AccountsPath where all local keymanager keystores are kept.
KeystoreFileNameFormat exposes the filename the keystore should be formatted in.
# Structs
AccountsKeystoreRepresentation defines an internal Prysm representation of validator accounts, encrypted according to the EIP-2334 standard.
InteropKeymanagerConfig is used on validator launch to initialize the keymanager.
Keymanager implementation for local keystores utilizing EIP-2335.
SetupConfig includes configuration values for initializing a keymanager, such as passwords, the wallet, and more.