I understood how to create a message to send some DOT from polkadot to asset hub.
My main question is, how to track the whole flow of the transactions to be sure it succeeded?
To contextualise, I have two ws listeners which listens to new block headers for each chain.
How can I say ok this extrinsic is what I have sent and this extrinsic is what has been created on destination chain ? Is there a way to map the two extrinsics ? Or is there a way to identify the extrinsic on the destination chain by checking involved addresses ?
Thanks