()
| 265 | * @return {Array<KeyringBase>} |
| 266 | */ |
| 267 | export async function getAll() { |
| 268 | await keyringInitialized; |
| 269 | return Array.from(keyringMap.values()); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * Check whether any keyring holds a private key, reading storage directly |
no outgoing calls
no test coverage detected