For example: What happens if I send it back to the “parent_coin_info” hash… does that tnx make it back to the sending wallet? Or the puzzle_hash? Is that possible (never tried)?
If not… how do you figure out what one of the sending wallet’s receiving addresses are?
Thanks!
Here’s what I got so far:
Command:
chia wallet get_transactions
Output:
Transaction 485d8eb7becfddd32bf0a7a75ad243c79869d05c42156c2bae94b4239c405d7f
Status: Confirmed
Amount received: 1E-9 XCH
To address: xch1j8ychtyn9r957seng2tyc99u76c3nalejjznhzlxlvke6ucvqxjqd553l2
Created at: 2022-04-22 06:05:33
Command:
chia wallet get_transactions -v
Output:
{‘additions’: [{‘amount’: 1000,
‘parent_coin_info’: ‘0xd23a44027d1d2eace95ef3896f76873ffdfaf7203992598619b62e446dedab97’,
‘puzzle_hash’: ‘0x91c98bac9328cb4f433342964c14bcf6b119f7f994853b8be6fb2d9d730c01a4’}],
‘amount’: 1000,
‘confirmed’: True,
‘confirmed_at_height’: 1871970,
‘created_at_time’: 1650607533,
‘fee_amount’: 0,
‘memos’: ,
‘name’: ‘0x485d8eb7becfddd32bf0a7a75ad243c79869d05c42156c2bae94b4239c405d7f’,
‘removals’: ,
‘sent’: 0,
‘sent_to’: ,
‘spend_bundle’: None,
‘to_puzzle_hash’: ‘0x91c98bac9328cb4f433342964c14bcf6b119f7f994853b8be6fb2d9d730c01a4’,
‘trade_id’: None,
‘type’: 0,
‘wallet_id’: 1}
Command: (output similar to above)
get_transaction -tx 9f8637de656a40b136f64ebcb146bc55fd6eb5a297b29b53a937954d783391af -v
Output:
{‘additions’: [{‘amount’: 1000,
‘parent_coin_info’: ‘0x9cafe6ce83ea11a5fd35a4cfbf658c0863c2b9d042b97b0a5049cfd2ce0d5888’,
‘puzzle_hash’: ‘0x91c98bac9328cb4f433342964c14bcf6b119f7f994853b8be6fb2d9d730c01a4’}],
‘amount’: 1000,
‘confirmed’: True,
‘confirmed_at_height’: 1871858,
‘created_at_time’: 1650605353,
‘fee_amount’: 0,
‘memos’: ,
‘name’: ‘0x9f8637de656a40b136f64ebcb146bc55fd6eb5a297b29b53a937954d783391af’,
‘removals’: ,
‘sent’: 0,
‘sent_to’: ,
‘spend_bundle’: None,
‘to_puzzle_hash’: ‘0x91c98bac9328cb4f433342964c14bcf6b119f7f994853b8be6fb2d9d730c01a4’,
‘trade_id’: None,
‘type’: 0,
‘wallet_id’: 1}