@orangecheck/vault-core / VaultExport
Interface: VaultExport
Defined in: vault-core/src/export.ts:16
The shape of an oc-vault-export v1 file.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-entries"></a> entries | VaultEntry[] | Entries with their nonce + ciphertext intact — still sealed under K. | vault-core/src/export.ts:24 |
<a id="property-entry_count"></a> entry_count | number | - | vault-core/src/export.ts:22 |
<a id="property-exported_at"></a> exported_at | string | - | vault-core/src/export.ts:19 |
<a id="property-format"></a> format | "oc-vault-export" | - | vault-core/src/export.ts:17 |
<a id="property-identity"></a> identity | string | null | Plaintext sender address from the session; may be null. | vault-core/src/export.ts:21 |
<a id="property-version"></a> version | 1 | - | vault-core/src/export.ts:18 |