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

Class

src/modules/KeyringBase.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import {KEY_STATUS} from '../lib/constants';
12
13export default class KeyringBase {
14 constructor(keyringId, keyStore) {
15 this.id = keyringId;
16 this.keystore = keyStore;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected