Trying to understand how to sign coins back to a multisit account.
For example if a person sent me the following multisig transaction and I want to send back the same amount which was sent to me.
If I understood correctly, then I need to send back 125592.686458 XEM. But it is not clear for me to whom should I send it: there are two signers in the JSON:
{"transaction": {"fee": 500000, "deadline": 84081643, "version": 1744830465, "type": 4100, "timeStamp": 84078043, "signature": "5874bbc8ade3370a9c14264905a06a36b7da5b0f4b104adaeb00d02f129084f6eb54169422159e2c858c2001b40acce740bc2c3005b9a7ef026912266613a60d", "signatures": [{"fee": 500000, "deadline": 84164524, "version": 1744830465, "type": 4098, "signature": "91f5f1b8c5c56f183de0865a431a75f593c1d97e8cbba4aa322cc6cc5d5165d3a422412de669bf231e0a376b0a8d370b8a7feb9d608a40d9d6975f7544a9d705", "timeStamp": 84078124, "otherHash": {"data": "cb8c0517c739df6c675ee1fc085e9025b0f6b22a31161148bc0f06bf2701116b"}, "signer": "ae6754c70b7e3ba0c51617c8f9efd462d0bf680d45e09c3444e817643d277826", "otherAccount": "NAGJG3QFWYZ37LMI7IQPSGQNYADGSJZGJRD2DIYA"}], "otherTrans": {"fee": 700000, "amount": 25592686458, "signer": "fbae41931de6a0cc25153781321f3de0806c7ba9a191474bb9a838118c8de4d3", "version": 1744830465, "type": 257, "timeStamp": 84078043, "deadline": 84081643, "message": {"payload": "35396335633635383632613663613562", "type": 1}, "recipient": "NBZMQO7ZPBYNBDUR7F75MAKA2S3DHDCIFG775N3D"}, "signer": "aa455d831430872feb0c6ae14265209182546c985a321c501be7fdc96ed04757"}, "meta": {"hash": {"data": "4f394542d9304d699f38fc290b68a869b16522358179986819cc06ccd73e2e73"}, "innerHash": {"data": "cb8c0517c739df6c675ee1fc085e9025b0f6b22a31161148bc0f06bf2701116b"}, "height": 1388637, "id": 1203781}}
One inside the transaction: aa455d831430872feb0c6ae14265209182546c985a321c501be7fdc96ed04757
and another one inside the otherTrans: fbae41931de6a0cc25153781321f3de0806c7ba9a191474bb9a838118c8de4d3
.
Which one should I use?