RecoveryPhrase — Recovery phrases
BIP39 or similar mnemonic storage.
Recovery Phrase type (RecoveryPhrase, discriminant 16) — Note category. BIP39 or similar mnemonic storage.
Classification
← Types index · Category: Note · Discriminant: 16
Field schema (EntryData)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
mnemonic | String | no | yes | Mnemonic phrase |
seed_phrase | Option<String> | yes | yes | Seed phrase (optional) |
recovery_phrase | Option<String> | yes | yes | Recovery phrase (optional) |
backup_phrase | Option<String> | yes | yes | Backup phrase (optional) |
notes | Option<String> | yes | no | Notes |
Secrets
Protected fields (masked in UI, EntryType::is_protected_field): mnemonic, seed_phrase, recovery_phrase, backup_phrase.
Attachments
Attachments
Like all entry types, a RecoveryPhrase entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.
In the app
Create a Recovery Phrase entry: vault → + → type RecoveryPhrase → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).