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
Will accept parameters with duration (or amount of blocks or end block height) and an array of wallets and tokens per wallet
Will create some unique identifier that can be referred to (or can refer to the escrow wallet, see below point).
Hold tokens in an (arbitrary) escrow wallet (or similar) that only whitelisted wallets (from the array param) can access to claim their tokens after the duration has ended
Claim Locked Tokens
ClaimLockedTokens
Accepts the unique identifier/escrow wallet that refers to the locked tokens
Checks if the wallet that is calling the action is actually whitelisted and if the duration has passed
Transfers the tokens to the wallet calling the action if all conditions are met
In general, for both, API endpoints will need to be available so that third-party integrations can be done easily.
The text was updated successfully, but these errors were encountered:
Batch Lock Tokens
BatchLockTokens
Claim Locked Tokens
ClaimLockedTokens
In general, for both, API endpoints will need to be available so that third-party integrations can be done easily.
The text was updated successfully, but these errors were encountered: