Closed rohitkeshav27 closed 6 months ago
I'm looking here for reference:
I don't see anything that let's you specify multiple parents for a child inscription. Are you sure that it is possible? Is there another transaction that does this, that you can provide as a reference?
Hey , yeah it is possible
Look into the above link , I could create them. So basically we add 2 OP_RETURN 3 , and pass the serialised binary Inscription ID of the parents to be included!
I was trying to add multiple parent to a child inscription . So , according the the "Ordinal Theory Handbook" ,
I follow the first 2 points .According to the second bullet point I spend both parent inscription as first 2 inputs , and the creation of the child inscription is the 3rd input.
But my doubt is in the 3rd bullet point , Which serialised binary inscription ID should I include in the tag 3 the first parent's or the seconds , if i have to add both how do i do it?
According to @cmdcode/tapscript , how will I include 2 parent serialised binary inscription ids whiie designing the script manually