Hey all -
I am trying to figure out which address from when I call getTransactions() on a Giver contract represents the address that has mined the TONCoins and is receiving them. I see an in_msg_destination value and and out_msgs_destination value in the response. I am assuming that out_msgs_destination is address that has mined the TONCoins and is receiving them. Is that correct?
Apr 9, 2022, 2:49 PM
@slavafomin would you have any insight on my message above?
Apr 9, 2022, 3:38 PM
It's transaction.out_msgs['0'].destination.
Apr 9, 2022, 4:02 PM
Thank u sir !
Apr 9, 2022, 4:02 PM