Posted on c/ElrondDevelopers 1 guest7888912939c/ElrondDevelopers 2 years ago Hello, is it possible to pass callback as a raw closure instead of defining separate function with #[callback] annotation and then pointing to that function? Comment 1 Comments And167100369 2years ago Yes, we have #[callback_raw], but you need to know what you are doing. That one will catch all callbacks and does no processing at all
Yes, we have #[callback_raw], but you need to know what you are doing. That one will catch all callbacks and does no processing at all