You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is a request to reference data for locking and unlocking investor assets.
In v22.12 contracts, the forceUnlock function has been added to the security token standard. This allows the issuer authority of the token to unlock the asset. There is a request to use this function.
Describe the solution you'd like
1. Storing data of locked balances
New TBL
idx_locked_position
Fix indexer batch
indexer_position_bond.py
indexer_position_share.py
2. Add locked balances to the return item of Position API
Is your feature request related to a problem? Please describe.
forceUnlock
function has been added to the security token standard. This allows the issuer authority of the token to unlock the asset. There is a request to use this function.Describe the solution you'd like
1. Storing data of locked balances
idx_locked_position
2. Add locked balances to the return item of Position API
Balances held by account address
List and individual references of token holders
Change of conditions for calculation of number of holders
3. Add transfer indexing and holders collection creation process to watch for unlock events
Add transfer history when unlock event occurs
Reflecting the holder change when the unlock event occurs in the data of the holder collection
4. List all account's locked positions
In addition, list lock and unlock events
5. Add force unlock functionality
The text was updated successfully, but these errors were encountered: