Expand description
Database keys for fedimint-cli
These keys use the UserData prefix (0xb0) as recommended for external/CLI data that shouldn’t be in the core client database schema.
Structs§
- Admin
Creds Key - Key for storing admin credentials
- Stored
Admin Creds - The stored admin credentials value
Enums§
- CliDb
KeyPrefix - Key prefix enum for CLI database keys
Constants§
- CLI_
USER_ 🔒DATA_ SUB_ PREFIX - Sub-prefix for CLI-specific data under UserData (0xb0)
Functions§
- cli_
database - Get a CLI-specific database with the UserData prefix already applied
- load_
admin_ creds - Load stored admin credentials from the CLI database
- store_
admin_ creds - Store admin credentials in the CLI database