Flex
Flex exchange system
Public Attributes | List of all members
DRootTokenContract Struct Reference

RootTokenContract persistent data struct. More...

#include <RootTokenContract.hpp>

Inheritance diagram for DRootTokenContract:
Inheritance graph
[legend]

Public Attributes

string name_
 Token name.
 
string symbol_
 Token short symbol.
 
uint8 decimals_
 Decimals for ui purposes. ex: balance 100 with decimals 2 will be printed as 1.00.
 
uint256 root_pubkey_
 Root public key.
 
address_opt root_owner_
 Root internal owner (owner contract).
 
uint128 total_supply_
 Total supply of allocated tokens (in the pool).
 
uint128 total_granted_
 Total granted tokens (to the wallets).
 
optcell wallet_code_
 Token wallet code.
 

Detailed Description

RootTokenContract persistent data struct.


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