-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: polls for new transactions when also fetching updated account i…
…nformation (#53)
- Loading branch information
1 parent
9bea549
commit 3279431
Showing
12 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export { default as fetchAccountsFromStorageThunk } from './fetchAccountsFromStorageThunk'; | ||
export { default as removeAccountByIdThunk } from './removeAccountByIdThunk'; | ||
export { default as saveNewAccountThunk } from './saveNewAccountThunk'; | ||
export { default as startPollingForAccountInformationThunk } from './startPollingForAccountInformationThunk'; | ||
export { default as stopPollingForAccountInformationThunk } from './stopPollingForAccountInformationThunk'; | ||
export { default as startPollingForAccountsThunk } from './startPollingForAccountsThunk'; | ||
export { default as stopPollingForAccountsThunk } from './stopPollingForAccountsThunk'; | ||
export { default as updateAccountsThunk } from './updateAccountsThunk'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export { default as fetchAccountInformationWithDelay } from './fetchAlgorandAccountInformationWithDelay'; | ||
export { default as fetchAlgorandAccountTransactionsWithDelay } from './fetchAlgorandAccountTransactionsWithDelay'; | ||
export { default as algorandAccountInformationWithDelay } from './algorandAccountInformationWithDelay'; | ||
export { default as getInitialState } from './getInitialState'; | ||
export { default as lookupAlgorandAccountTransactionsWithDelay } from './lookupAlgorandAccountTransactionsWithDelay'; | ||
export { default as refreshTransactions } from './refreshTransactions'; | ||
export { default as updateAccountInformation } from './updateAccountInformation'; | ||
export { default as updateAccountTransactions } from './updateAccountTransactions'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters