Bonfida / token-vesting

A Vesting Contract for the Solana Blockchain
https://vesting.bonfida.org/
Other
257 stars 171 forks source link

Is there an api to undo Create linear vesting? #35

Closed readygo77 closed 2 years ago

readygo77 commented 2 years ago

Hi~ Is there an api to undo Create linear vesting? (testing with cli) If cancellation is possible, what happens to the tokens that have not been unlocked?

dr497 commented 2 years ago

You cannot revoke vested tokens

readygo77 commented 2 years ago

You cannot revoke vested tokens

Is there any way to recover the tokens sent when creating linear vesting?

dr497 commented 2 years ago

Only the beneficiary set as the creation can receive the tokens and no one else. Otherwise it would not be trustless

readygo77 commented 2 years ago

Thank you