BitShares Forum

Main => Technical Support => Topic started by: monsterer on April 19, 2015, 03:13:18 pm

Title: wallet_get_transaction returns public keys only inside ledger
Post by: monsterer on April 19, 2015, 03:13:18 pm
wallet_get_transaction behaves differently from wallet_account_transaction_history in that the ledger data returned from wallet_get_transaction contains only public keys (in from_account, to_account), even when the account names are registered. wallet_account_transaction_history however, returns account names in from_account, to_account.
Title: Re: wallet_get_transaction returns public keys only inside ledger
Post by: xeroc on April 19, 2015, 05:00:25 pm
it seems the latter parses the tx memo to derive the from account ... I dont thing the wallet has a backward search for pubkey to account names yet .. even for nonTITAN transactions

We should have this .. I'd also like to see a call to get the registered address of an registered account pubkey ..

Good points here!