Author

Topic: Question about command ListTransaction (Read 451 times)

newbie
Activity: 12
Merit: 0
October 18, 2011, 09:06:45 AM
#1
listtransactions    [account] [count=10] [from=0]    Returns up to [count] most recent transactions skipping the first [from] transactions for account [account]. If [account] not provided will return recent transaction from all accounts.

The API says "If [account] not provided will return recent transaction from all accounts. ". My questions is how I don't provide account. I am use BitClient c#. Since there is a default account name with "", so I can't use empty string as "NOt" providing account. If I use null as parameter, bitcoin client returns "500 internal error".

What should I do?  Thanks in advance.
Jump to: