We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
OutPoint
The text was updated successfully, but these errors were encountered:
This API works
https://mainnet-api.explorer.nervos.org/api/v2/ckb_transactions/0xd3125f76d7d6a83ba73d0fbaf2104b3ca1c3643122b0df373af0be4e07da2f75/display_outputs?page=1&page_size=10
If the cell is dead, consumed_tx_hash returns
dead
consumed_tx_hash
Sorry, something went wrong.
rabbitz
No branches or pull requests
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:
OutPoint
cell, otherwise return null.The text was updated successfully, but these errors were encountered: