List of all members | Public Fields | Public Instance Methods | Static Public Attributes
tonTransaction Class Referencefinal

Inherits Object.

Description

Represents a transaction changing the amount of owned Toncoins.

Public Fields

string id_
 Unique identifier of the transaction.
 
int53 ton_amount_
 The amount of added owned Toncoins; negative for outgoing transactions.
 
bool is_refund_
 True, if the transaction is a refund of a previous transaction.
 
int32 date_
 Point in time (Unix timestamp) when the transaction was completed.
 
object_ptr< TonTransactionTypetype_
 Type of the transaction.
 

Public Instance Methods

 tonTransaction ()
 
 tonTransaction (string const &id_, int53 ton_amount_, bool is_refund_, int32 date_, object_ptr< TonTransactionType > &&type_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1562036527
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ tonTransaction() [1/2]

Represents a transaction changing the amount of owned Toncoins.

◆ tonTransaction() [2/2]

tonTransaction ( string const &  id_,
int53  ton_amount_,
bool  is_refund_,
int32  date_,
object_ptr< TonTransactionType > &&  type_ 
)

Represents a transaction changing the amount of owned Toncoins.

Parameters
[in]id_Unique identifier of the transaction.
[in]ton_amount_The amount of added owned Toncoins; negative for outgoing transactions.
[in]is_refund_True, if the transaction is a refund of a previous transaction.
[in]date_Point in time (Unix timestamp) when the transaction was completed.
[in]type_Type of the transaction.

Method Documentation

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: