Hello guys! I’m developing my first contracts and I’m wondering if there is any way to check that received message is from the owner of contract?

Mar 25, 2023, 10:52 AM
yes, what lang u use
Mar 25, 2023, 12:16 PM
Func
Mar 25, 2023, 12:18 PM
throw_unless(666, equal_slices(sender_address, admin_address));
Mar 25, 2023, 12:21 PM
Thanks 😊
Mar 25, 2023, 12:25 PM

© 2024 Draquery.com All rights reserved.