跳到主要内容

unenvelopePlaintextPatches

const unenvelopePlaintextPatches: (args) => Promise<Record<string, unknown>>;

Defined in: packages/rxdb-adapter-encrypted/dist/encrypt-patch.d.ts:19

Inverse of envelopePlaintextPatches: decrypt top-level envelope strings back to plaintext. Used when applying undo/redo inversePatch.

Parameters

ParameterType
argsPatchWalkArgs

Returns

Promise<Record<string, unknown>>