get_old_transactions


Description:

[ Version ( since = "0.5.3" ) ]
public Results get_old_transactions (uint number, Cancellable? cancellable, ProgressCallback progress_callback) throws Error

Get the old transaction list, mainly used for the transaction viewer.

Warning: this function is synchronous, and may block. Do not use it in GUI applications.

Parameters:

this

a valid Client instance

number

the number of past transactions to return, or 0 for all

cancellable

a Cancellable or null

progress_callback

the function to run when the progress changes

progress_user_data

data to pass to progress_callback

Returns:

a Results object, or null for error