• Returns ThunkDispatch<{
        backend: BackendState;
        bandwidth: {
            bandwidth: {
                maxValue: any;
                remained: any;
            };
        };
        currentAccount: SliceState;
        pocket: SliceState;
    }, undefined, AnyAction> & Dispatch<AnyAction>