Considering a scenario where Blockchain has 4 nodes in a hierarchy (node1, node2, node3, node4). Asset1 is transfered to node 2 from node1 and then from node2 to node3, and so on. If node4 wants to know which node created asset1, is there a predefined API to do that?
For tracing back I am planning to create a stream for asset1 (separate streem for each asset) and add each transaction details into the stream and trace it back to the node1. If there are any other efficient way please let me know, it will help a lot.
Regards,
Amit