get_ton_transactions


Description:

public async TonTransactions get_ton_transactions (TransactionDirection direction, string offset, int32 limit) throws TDLibError

Returns the list of Toncoin transactions of the current user

Parameters:

direction

Direction of the transactions to receive; pass null to get all transactions

offset

Offset of the first transaction to return as received from the previous request; use empty string to get the first chunk of results

limit

The maximum number of transactions to return