-
Notifications
You must be signed in to change notification settings - Fork 45
Add account awaiter #559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add account awaiter #559
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filename contains 2 consecutive dots.
| private fetcher: IAccountFetcher; | ||
| private pollingIntervalInMilliseconds: number; | ||
| private timeoutIntervalInMilliseconds: number; | ||
| private patienceTimeInMilliseconds: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe can also be "readonly".
| } catch (ex) { | ||
| throw ex; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this what we want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is what we are doing on the transaction watcher also..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right then for now. We should check if that's the best approach - for both of them (separately, another task / PR).
No description provided.