Bitcoin Forum

Bitcoin => Electrum => Topic started by: lophie on April 30, 2013, 02:20:29 AM



Title: Searching transaction history
Post by: lophie on April 30, 2013, 02:20:29 AM
Can any one help me with any knowledge on which classes takes care of tx history. I want to create functions to seacrh through them. thank you for the help in advance.


Title: Re: Searching transaction history
Post by: ThomasV on May 01, 2013, 08:53:49 AM
Can any one help me with any knowledge on which classes takes care of tx history. I want to create functions to seacrh through them. thank you for the help in advance.

in the console, try:
Code:
history()

or
Code:
wallet.get_tx_history()
(raw output)



Title: Re: Searching transaction history
Post by: lophie on May 01, 2013, 09:36:01 PM
thnx


Title: Re: Searching transaction history
Post by: lophie on May 04, 2013, 03:28:06 AM
Got another question. Thank you in advance. sorry for the threads the IRC room is kinds dead <_<.

How can I query the electrum "server" for a tx object (I have the tx Id from an external source).

Thank you ^_^