-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
❤️ thanks @yangjian102621 - any chance you can update the API docs also? https://github.com/filecoin-project/js-filecoin-api-client/blob/master/API.md |
@alanshaw |
@alanshaw |
@yangjian102621 no I just haven't had a moment to re-review this - I'll get to it asap! |
@@ -2,3 +2,4 @@ node_modules | |||
.nyc_output | |||
coverage | |||
dist | |||
/.eslintrc.js |
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 file is not in the repo - if you've added this for your own benefit please remove!
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.
Okay, i got it.
thanks.
|
||
| Type | Description | | ||
|------|-------------| | ||
| `Promise<Object>` | imported address(es) | |
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.
| `Promise<Object>` | imported address(es) | | |
| `Promise<String[]>` | imported address(es) | |
add wrapper and unit test for wallet import
resolves #45