animiassumenda
Version:
Blox live, desktop app for managing staking accounts
4 lines (3 loc) • 398 B
text/typescript
export const getLatestBloxLiveVersion = (state: Record<string, any>) => state.versions && state.versions.bloxLiveVersion;
export const getLatestBloxLiveVersionLoadingStatus = (state: Record<string, any>) => state.versions && state.versions.isLoadingBloxLiveVersion;
export const getLatestBloxLiveVersionError = (state: Record<string, any>) => state.versions && state.versions.bloxLiveVersionError;