()
| 49 | } |
| 50 | |
| 51 | async remove() { |
| 52 | await mvelo.storage.remove(`mvelo.keyring.${this.id}.publicKeys`); |
| 53 | await mvelo.storage.remove(`mvelo.keyring.${this.id}.privateKeys`); |
| 54 | } |
| 55 | |
| 56 | async getDefaultKeyFpr() { |
| 57 | let defaultKeyFpr = await getKeyringAttr(this.id, 'default_key'); |
nothing calls this directly
no outgoing calls
no test coverage detected