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

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.
 
opt< uint256 > lend_pubkey_
 Lend ownership pubkey.
 
lend_owners_map lend_owners_
 Lend ownership map (service owner => lend_owner).
 
opt< bind_infobinding_
 
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.
 

Member Data Documentation

◆ balance_

uint128 balance_

Token balance of the wallet.

◆ binding_

opt<bind_info> binding_

Binding info to allow trade orders only to specific flex root and with specific unsalted PriceXchg code hash.

◆ code_depth_

uint16 code_depth_

Tip3 wallet code depth to verify other wallets.

◆ code_hash_

uint256 code_hash_

Tip3 wallet code hash to verify other wallets.

◆ decimals_

uint8 decimals_

Decimals for ui purposes. ex: balance 100 with decimals 2 will be printed as 1.00.

◆ lend_owners_

lend_owners_map lend_owners_

Lend ownership map (service owner => lend_owner).

◆ lend_pubkey_

opt<uint256> lend_pubkey_

Lend ownership pubkey.

◆ name_

string name_

Token name.

◆ owner_address_

address_opt owner_address_

Owner contract address for internal ownership.

◆ root_address_

address root_address_

Address of the related RootTokenContract.

◆ root_pubkey_

uint256 root_pubkey_

Public key of the related RootTokenContract.

◆ symbol_

string symbol_

Token short symbol.

◆ wallet_pubkey_

uint256 wallet_pubkey_

Public key of wallet owner.

◆ workchain_id_

int8 workchain_id_

Workchain id.


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