-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Output recursive #4050
Output recursive #4050
Conversation
How would inscriptions get the outpoint (other than hardcoding it)? |
Hello 😁 @raphjaph |
This definitely needs some tests though as well. |
Hey @raphjaph 😁 Thank you for getting back to me on this 😀 is this ok? |
I'm looking at this today, just added some structs and gonna figure out what exactly to return |
Thank you so much raph 🧡😆 |
``` | ||
```json | ||
{ | ||
"address": "04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5f", |
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 is not an address.
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.
"indexed": true, | ||
"value": 5000000000, | ||
"inscriptions": [], | ||
"runes": {}, |
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.
we should find an example that includes some runes
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.
do you know of an output that should never change like the genesis output?
maybe a burnt rune output? would that still show a rune amount if it was burnt?
34eede2
to
fae4e8f
Compare
Add
/r/output/ID
recursive endpoint.😁😅 many 1sts for me here so please go easy on me.