wallet_account_transaction_history lists what appear to be partial or truncated transaction ids. For example, I have d4d012f9 listed from that command. However, this doesn't appear to be enough to, for example, look up this transaction on bitsharesblocks.com.
Calling blockchain_get_transaction d4d012f9, I get a json dump of that transaction, where I can see it was in block 726271. blockchain_get_block 726271, shows me that my transaction was the only one in the block, and the full TXID is d4d012f9a517a5f7b1bdf0a8eeb39a3c24865df6 which starts with the partial id returned from wallet_account_transaction_history .
My question: how can I get this full TXID, or a list of full TXIDs from my wallet?