(keyringId)
| 543 | * @return {KeyringBase} |
| 544 | */ |
| 545 | export async function getPreferredKeyring(keyringId) { |
| 546 | await keyringInitialized; |
| 547 | return getKeyringWithPrivKey(null, keyringId); |
| 548 | } |
| 549 | |
| 550 | /** |
| 551 | * Check if any keyring in the preferred queue for the given keyring holds a private key. |
no test coverage detected