-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix types and comments #168
Conversation
src/provider.ts
Outdated
@@ -39,9 +39,9 @@ export default class Provider { | |||
|
|||
/** | |||
* Fetches the blockchain node's address. | |||
* @returns {Promise<number>} The address value. | |||
* @returns {Promise<any>} The return value of the blockchain API. |
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 it a string type?
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.
right. just fixed, thanks!
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.
LGTM with a question. thanks!
Thanks for the review! @jiyoung-an Now merging.. |
Change summary:
Related issues: