()
| 54 | })) |
| 55 | |
| 56 | export function getSwitchGeneration(): number { |
| 57 | return useSwitchTransactionStore.getState().sequence |
| 58 | } |
| 59 | |
| 60 | export function isSwitchActive(): boolean { |
| 61 | return useSwitchTransactionStore.getState().inProgress |
no outgoing calls
no test coverage detected