Hi guys, is it possible to request a getter function, let's say get_nft_data() from telemint contract, from my smart contract in FunC? And if it's possible, is there any example you may have at hand that can show me how to do this? Or maybe doesn't makes any sense
May 31, 2023, 7:21 AM
you can't. get method is for off-chain fetch data use
Unless they had prepared a TL-B based get method like here in STON.fi:
https://docs.ston.fi/docs/developer-section/api-reference/pool
https://docs.ston.fi/docs/developer-section/api-reference/pool
May 31, 2023, 7:53 AM
Thanks man
May 31, 2023, 7:54 AM