MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / validKeyForAddress

Function validKeyForAddress

src/content-scripts/clientAPI.js:237–239  ·  view source on GitHub ↗
({keyringId, recipients})

Source from the content-addressed store, hash-verified

235}
236
237function validKeyForAddress({keyringId, recipients}) {
238 return controllerPort.send('query-valid-key', {keyringId, recipients});
239}
240
241function exportOwnPublicKey({keyringId, emailAddr}) {
242 return controllerPort.send('export-own-pub-key', {keyringId, emailAddr});

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected