1 Lor8817250967c/ElrondDevelopers 2years ago await networkProvider.queryContract(query); This is a wrapper for rest api ? No gas needed to execute ? So i build a Quey(), use as argument in queryContract() and parse resultt with itneraction() ?
1 Lor8817250967c/ElrondDevelopers 2years ago oh, i even not looked if a function was writen to do this. I saw API Rest and let's go, i'll use react-query. So it's mean Query() does the job for me ?
1 Lor8817250967c/ElrondDevelopers 2years ago Hi ! i try to send a nft from my own collection to my smartcontract. I test with erdpy contract call and the built-in function ESDTNFTTransfert but it doesn't works, blockchain tell me invalid receiver address. I guess it's because i don"t use my own address as receiver. How can i do th... Read more
1 Lor8817250967c/ElrondDevelopers 2years ago Hi ! i have a small problem : i don't know how to implement SetMapper on a struct who implement M: ManagedTypeApi. I have 2 parameteres who use ManagedBuffer, so i had to declare M: ManagedTypeApi in the definition of my struct but i can't make setMapper>, M isn't recognized . Anyone kn... Read more