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)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
wallet_address | String | no | no | Wallet address |
private_key | String | no | yes | Private key |
mnemonic | Option<String> | yes | yes | Mnemonic phrase (optional) |
seed_phrase | Option<String> | yes | yes | Seed phrase (optional) |
recovery_phrase | Option<String> | yes | yes | Recovery phrase (optional) |
wallet_seed | Option<String> | yes | yes | Wallet seed (optional) |
notes | Option<String> | yes | no | Notes |
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).