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

Inherits Object.

Description

Contains information about Toncoins earned by the current user.

Public Fields

int64 total_amount_
 Total amount of Toncoins earned; in the smallest units of the cryptocurrency.
 
int64 balance_amount_
 Amount of Toncoins that aren't withdrawn yet; in the smallest units of the cryptocurrency.
 
int64 available_amount_
 Amount of Toncoins that are available for withdrawal; in the smallest units of the cryptocurrency.
 
bool withdrawal_enabled_
 True, if Toncoins can be withdrawn.
 

Public Instance Methods

 tonRevenueStatus ()
 
 tonRevenueStatus (int64 total_amount_, int64 balance_amount_, int64 available_amount_, bool withdrawal_enabled_)
 
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 = -1437514030
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ tonRevenueStatus() [1/2]

Contains information about Toncoins earned by the current user.

◆ tonRevenueStatus() [2/2]

tonRevenueStatus ( int64  total_amount_,
int64  balance_amount_,
int64  available_amount_,
bool  withdrawal_enabled_ 
)

Contains information about Toncoins earned by the current user.

Parameters
[in]total_amount_Total amount of Toncoins earned; in the smallest units of the cryptocurrency.
[in]balance_amount_Amount of Toncoins that aren't withdrawn yet; in the smallest units of the cryptocurrency.
[in]available_amount_Amount of Toncoins that are available for withdrawal; in the smallest units of the cryptocurrency.
[in]withdrawal_enabled_True, if Toncoins can be withdrawn.

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: