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