Withdrawal transaction type - help

Hello,

From this transaction, how to identify the withdrawal amount 1.29694 from the address
‘stake1u8q3ld7sgy…q75gmv8l8qz35pnv’ is transferred to which account?

Now, both To addresses are the same only but is there any way to map it?

rosetta-api response:

{
“transaction”: {
“transaction_identifier”: {
“hash”: “cc4e387010a70edf57cd5c3647a84ffa9b43c6b6ec6ed26df6eb028d38d6d4b0”
},
“operations”: [
{
“operation_identifier”: {
“index”: 0
},
“type”: “input”,
“status”: “success”,
“account”: {
“address”: “addr1q8q3ld7sgyv35ysuaxvuwrdw8ensnvs9sw26qq75gmv8l8xpr7maqsgergfpe6vecux6u0n8pxeqtqu45qpag3kc07wq2nguxq”
},
“amount”: {
“value”: “-2117688441”,
“currency”: {
“symbol”: “ADA”,
“decimals”: 6
}
},
“coin_change”: {
“coin_identifier”: {
“identifier”: “72d9bf894267ac747cbefd88fef73b4d673f74dc7a88d6a1c662fc7a0cecd7d1:1”
},
“coin_action”: “coin_spent”
}
},
{
“operation_identifier”: {
“index”: 1
},
“type”: “input”,
“status”: “success”,
“account”: {
“address”: “addr1q8q3ld7sgyv35ysuaxvuwrdw8ensnvs9sw26qq75gmv8l8xpr7maqsgergfpe6vecux6u0n8pxeqtqu45qpag3kc07wq2nguxq”
},
“amount”: {
“value”: “-1000000”,
“currency”: {
“symbol”: “ADA”,
“decimals”: 6
}
},
“coin_change”: {
“coin_identifier”: {
“identifier”: “72d9bf894267ac747cbefd88fef73b4d673f74dc7a88d6a1c662fc7a0cecd7d1:0”
},
“coin_action”: “coin_spent”
}
},
{
“operation_identifier”: {
“index”: 2
},
“type”: “withdrawal”,
“status”: “success”,
“account”: {
“address”: “stake1u8q3ld7sgyv35ysuaxvuwrdw8ensnvs9sw26qq75gmv8l8qz35pnv”
},
“metadata”: {
“withdrawalAmount”: {
“value”: “-1296940”,
“currency”: {
“symbol”: “ADA”,
“decimals”: 6
}
}
}
},
{
“operation_identifier”: {
“index”: 3,
“network_index”: 1
},
“related_operations”: [
{
“index”: 0
},
{
“index”: 1
},
{
“index”: 2
}
],
“type”: “output”,
“status”: “success”,
“account”: {
“address”: “addr1q8q3ld7sgyv35ysuaxvuwrdw8ensnvs9sw26qq75gmv8l8xpr7maqsgergfpe6vecux6u0n8pxeqtqu45qpag3kc07wq2nguxq”
},
“amount”: {
“value”: “2118792777”,
“currency”: {
“symbol”: “ADA”,
“decimals”: 6
}
},
“coin_change”: {
“coin_identifier”: {
“identifier”: “cc4e387010a70edf57cd5c3647a84ffa9b43c6b6ec6ed26df6eb028d38d6d4b0:1”
},
“coin_action”: “coin_created”
}
},
{
“operation_identifier”: {
“index”: 4,
“network_index”: 0
},
“related_operations”: [
{
“index”: 0
},
{
“index”: 1
},
{
“index”: 2
}
],
“type”: “output”,
“status”: “success”,
“account”: {
“address”: “addr1q8q3ld7sgyv35ysuaxvuwrdw8ensnvs9sw26qq75gmv8l8xpr7maqsgergfpe6vecux6u0n8pxeqtqu45qpag3kc07wq2nguxq”
},
“amount”: {
“value”: “1000000”,
“currency”: {
“symbol”: “ADA”,
“decimals”: 6
}
},
“coin_change”: {
“coin_identifier”: {
“identifier”: “cc4e387010a70edf57cd5c3647a84ffa9b43c6b6ec6ed26df6eb028d38d6d4b0:0”
},
“coin_action”: “coin_created”
}
}
]
}
}