|
Flex
Flex exchange system
|
TONTokenWallet persistent data struct. More...
#include <TONTokenWallet.hpp>

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. | |
| uint128 | balance_ |
| Token balance of the wallet. | |
| uint256 | root_pubkey_ |
| Public key of the related RootTokenContract. | |
| address | root_address_ |
| Address of the related RootTokenContract. | |
| uint256 | wallet_pubkey_ |
| Public key of wallet owner. | |
| address_opt | owner_address_ |
| Owner contract address for internal ownership. | |
| uint256 | code_hash_ |
| Tip3 wallet code hash to verify other wallets. | |
| uint16 | code_depth_ |
| Tip3 wallet code depth to verify other wallets. | |
| int8 | workchain_id_ |
| Workchain id. | |
TONTokenWallet persistent data struct.