Skip to content
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

Refactor with custom data structure which implements Iterator #19

Open
atom-yang opened this issue Jul 31, 2019 · 0 comments
Open

Refactor with custom data structure which implements Iterator #19

atom-yang opened this issue Jul 31, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@atom-yang
Copy link
Contributor

Refactor with custom data structure which implements Iterator.

  • Design and implement a custom data structure which contains block and transactions
  • This data structure implements Iterator which can be iterated by for...of...
  • This data structure implements async Iterator which can be iterated by for await ...of...
  • This data structure contains multi methods which can process some operations.
@atom-yang atom-yang added the enhancement New feature or request label Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant