3
1
In Ripple, anyone can issue IOUs, which later can be passed on to other parties in the network through a web of trust. How can one find every account holding IOUs from a given issuer? Would it need to be done through crawling the trust network, or is there an easier way?
Does this function return just the IOU holders that directly trust the given account, or does it also look for secondary IOU holders that trust the original IOU holders that have sent the IOUs further down? – ThePiachu – 2013-11-08T23:39:43.583
@ThePiachu direct trust lines only (both incoming and outgoing). Those are the only ones relevant. "secondary IOU holders" makes no sense, the closest thing would be payment paths that [ripple_]path_find might return. – dchapes – 2013-11-09T13:22:13.773