| 11 | import {KEY_STATUS} from '../lib/constants'; |
| 12 | |
| 13 | export default class KeyringBase { |
| 14 | constructor(keyringId, keyStore) { |
| 15 | this.id = keyringId; |
| 16 | this.keystore = keyStore; |
nothing calls this directly
no outgoing calls
no test coverage detected