Constructor
# <StatsNumbers />
React component to display various use statistics of the application
- Total number of donations using the
fetchTransCountfunction - Number of users receiving donations using the
fetchReceiversfunction - Number of users receiving donations in the last month using the
fetchReceiversLMfunction - Total number of users on the network using the
fetchTotalUsersfunction - Number of users who have contributed using the
fetchTotalSendersfunction - Number of contributors last month using the
fetchContLastMonthfunction
the statistics component
ReactComponent