Flex
Flex exchange system
|
UserIdIndex persistent data struct. More...
#include <UserIdIndex.hpp>
Public Attributes | |
int8 | workchain_id_ |
uint256 | user_id_ |
User id, it is used for address calculation. | |
uint256 | lend_pubkey_ |
opt< string > | name_ |
Encrypted login. We use naclbox for encryption. | |
uint128 | refill_wallet_ |
Re-fill wallet on transfer received. | |
uint128 | min_refill_ |
Minimum refill value. | |
UserIdIndex persistent data struct.
uint256 lend_pubkey_ |
Public key of dApp. We need this field to realize that dApp_pubkey changed and we need to change lend_pubkey into every user_id’s FlexWalllet.