Add Invoke HookOn option.

This commit is contained in:
muzam1l
2023-03-02 15:11:44 +05:30
parent 3bb26d0c9b
commit 423ee18e6a

View File

@@ -23,7 +23,8 @@ export const tts = {
ttNFTOKEN_BURN: 26,
ttNFTOKEN_CREATE_OFFER: 27,
ttNFTOKEN_CANCEL_OFFER: 28,
ttNFTOKEN_ACCEPT_OFFER: 29
ttNFTOKEN_ACCEPT_OFFER: 29,
ttINVOKE: 99,
}
export type TTS = typeof tts