1

Follow on question from my earlier (and first) question regarding SPL-BURN instruction...

If I have an SPL-TOKEN with token extentions enabled, specifically the transfer hooks extension ... if a user invoked the SPL-BURN instruction to BURN a token, would the SPL-BURN instruction invoke my transfer hook custom program logic before executing the BURN or would the BURN be able to bypass the transfer hook?

GZERO - Recycle LABS

1
  • Quick follow-up ... any help on this question? Does a SPL-Token Extension 'Transfer hook' enabled TOKEN trigger the transfer hook call if the user tries to burn it? I have read with the Non-transferable TE function a user can still burn a token - however there is no docs on the Transfer Hook : Burn function interaction.
    – GZERO
    Commented May 31 at 23:01

1 Answer 1

1

The transfer hook only calls during transfers, and not burns or mints.

Not the answer you're looking for? Browse other questions tagged or ask your own question.