@orangecheck/vault-core / isLiveEntry
Function: isLiveEntry()
function isLiveEntry(entry: VaultEntry): boolean;
Defined in: vault-core/src/crypto.ts:167
A live (non-trashed, non-tombstoned) entry — mirrors oc-vault-web.
Parameters
| Parameter | Type |
|---|---|
entry | VaultEntry |
Returns
boolean