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

Provider a interface to get the transaction that use appointed cell #671

Closed
yanguoyu opened this issue May 21, 2024 · 1 comment
Closed
Assignees

Comments

@yanguoyu
Copy link

For #354, we need to create a graph that links the cell from created to used. So we need to get the transaction that uses the appointed cell.

This interface may be like this:

  • params: OutPoint
  • result: If this cell is dead, return the transaction hash that uses the OutPoint cell, otherwise return null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants