haskell-tdlib-2.0.68.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetTonTransactions

Synopsis

Documentation

data GetTonTransactions Source #

Returns the list of Toncoin transactions of the current user. Returns TonTransactions

Constructors

GetTonTransactions 

Fields

  • direction :: Maybe TransactionDirection

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

  • offset :: Maybe Text

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

  • limit :: Maybe Int

    The maximum number of transactions to return