(keyringId)
| 115 | let activeKeyringId = MAIN_KEYRING_ID; |
| 116 | |
| 117 | export function setActiveKeyringId(keyringId) { |
| 118 | activeKeyringId = keyringId; |
| 119 | } |
| 120 | |
| 121 | export function getActiveKeyringId() { |
| 122 | return activeKeyringId; |
no outgoing calls
no test coverage detected