Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

add wrapper for wallet import #73

Merged
merged 5 commits into from
Aug 30, 2019

Conversation

yangjian102621
Copy link
Member

@yangjian102621 yangjian102621 commented Aug 12, 2019

add wrapper and unit test for wallet import

resolves #45

@alanshaw
Copy link
Member

❤️ thanks @yangjian102621 - any chance you can update the API docs also? https://github.com/filecoin-project/js-filecoin-api-client/blob/master/API.md

@yangjian102621
Copy link
Member Author

@alanshaw
Yep, api docs updated and commited.

@yangjian102621
Copy link
Member Author

@alanshaw
Hi, is there any problem with my submit?

@alanshaw
Copy link
Member

@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
Copy link
Member

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!

Copy link
Member Author

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) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `Promise<Object>` | imported address(es) |
| `Promise<String[]>` | imported address(es) |

@alanshaw alanshaw merged commit bb31a47 into filecoin-shipyard:master Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add command wallet.import
2 participants