FeaturesEntry types

CryptoWallet — Crypto wallets

On-chain address and private material.

Crypto Wallet type (CryptoWallet, discriminant 8) — Financial category. On-chain address and private material.

Classification

← Types index · Category: Financial · Discriminant: 8

Field schema (EntryData)

FieldRust typeOptionalProtectedUI label
wallet_addressStringnonoWallet address
private_keyStringnoyesPrivate key
mnemonicOption<String>yesyesMnemonic phrase (optional)
seed_phraseOption<String>yesyesSeed phrase (optional)
recovery_phraseOption<String>yesyesRecovery phrase (optional)
wallet_seedOption<String>yesyesWallet seed (optional)
notesOption<String>yesnoNotes

Secrets

Protected fields (masked in UI, EntryType::is_protected_field): private_key, mnemonic, seed_phrase, recovery_phrase, wallet_seed.

Attachments

Attachments

Like all entry types, a CryptoWallet 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 Crypto Wallet entry: vault → + → type CryptoWallet → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).