Token-locker in FT connector has a withdraw method that checks the proof and unlocks tokens back to the receiver by transferring them. In case the receiver doesn't pay for the storage deposit, the call will fail, and the receipt will burn. To avoid this, token-locker needs to register/verify the storage deposit before processing the tx and burning the proof.
Token-locker
in FT connector has awithdraw
method that checks the proof and unlocks tokens back to the receiver by transferring them. In case the receiver doesn't pay for the storage deposit, the call will fail, and the receipt will burn. To avoid this,token-locker
needs to register/verify the storage deposit before processing the tx and burning the proof.