|
Flex
Flex exchange system
|
TONTokenWallet details info (for getter). 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 (User id for FlexWallet). | |
| address_opt | owner_address |
| Owner contract address for internal ownership, will be 0:0..0 otherwise. | |
| opt< uint256 > | lend_pubkey |
| Lend ownership pubkey. | |
| lend_owners_array | lend_owners |
| All lend ownership records of the contract. | |
| uint128 | lend_balance |
| opt< bind_info > | binding |
| Flex binding info. | |
| 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 details info (for getter).
| uint128 balance |
Token balance of the wallet.
| uint16 code_depth |
Tip3 wallet code depth to verify other wallets.
| uint256 code_hash |
Tip3 wallet code hash to verify other wallets.
| uint8 decimals |
Decimals for ui purposes. ex: balance 100 with decimals 2 will be printed as 1.00.
| uint128 lend_balance |
Summarized lend balance to all targets. Actual active balance will be balance - lend_balance.
| lend_owners_array lend_owners |
All lend ownership records of the contract.
| opt<uint256> lend_pubkey |
Lend ownership pubkey.
| string name |
Token name.
| address_opt owner_address |
Owner contract address for internal ownership, will be 0:0..0 otherwise.
| address root_address |
Address of the related RootTokenContract.
| uint256 root_pubkey |
Public key of the related RootTokenContract.
| string symbol |
Token short symbol.
| uint256 wallet_pubkey |
Public key of wallet owner (User id for FlexWallet).
| int8 workchain_id |
Workchain id.