animiassumenda
Version:
Blox live, desktop app for managing staking accounts
8 lines (4 loc) • 392 B
text/typescript
export const getEventLogs = (state: Record<string, any>) => state.eventLogs.data;
export const getEventLogsLoadingStatus = (state: Record<string, any>) => state.eventLogs.isLoadingEventLogs;
export const getEventLogsError = (state: Record<string, any>) => state.eventLogs.eventLogsError;
export const getActiveValidators = (state: Record<string, any>) => state.eventLogs.activeValidators;