Package org.drinkless.tdlib
Class TdApi.TonTransactions
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TonTransactions
- Enclosing class:
- TdApi
Represents a list of TON Gram transactions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longThe total amount of owned Grams, in the smallest units of the cryptocurrency.The offset for the next request.List of Gram transactions. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of TON Gram transactions.TonTransactions(long gramAmount, TdApi.TonTransaction[] transactions, String nextOffset) Represents a list of TON Gram transactions. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
gramAmount
public long gramAmountThe total amount of owned Grams, in the smallest units of the cryptocurrency. -
transactions
List of Gram transactions. -
nextOffset
The offset for the next request. If empty, then there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TonTransactions
public TonTransactions()Represents a list of TON Gram transactions. -
TonTransactions
Represents a list of TON Gram transactions.- Parameters:
gramAmount- The total amount of owned Grams, in the smallest units of the cryptocurrency.transactions- List of Gram transactions.nextOffset- The offset for the next request. If empty, then there are no more results.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-