@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
14 lines • 999 B
TypeScript
import { RootState } from 'reduxStore/store';
import { TransactionsDisplayInfoType } from 'types';
export declare const transactionsInfoSelectors: (state: RootState) => import("reduxStore/slices").StateType;
export declare const transactionDisplayInfoSelector: import("reselect").OutputParametricSelector<import("redux").CombinedState<{
account: import("reduxStore/slices").AccountInfoSliceType;
networkConfig: import("reduxStore/slices").NetworkConfigStateType;
loginInfo: import("reduxStore/slices").LoginInfoStateType;
modals: import("reduxStore/slices").ModalsSliceState;
dappModal: import("../slices/dappModalsSlice").ModalsSliceState;
toasts: import("reduxStore/slices").ToastsSliceState;
transactions: import("reduxStore/slices").TransactionsSliceStateType;
transactionsInfo: import("reduxStore/slices").StateType;
}>, string | null, any, (res1: TransactionsDisplayInfoType, res2: string | null) => any>;
//# sourceMappingURL=transactionsInfoSelectors.d.ts.map