1 top4598237091c/ElrondDevelopers 2years ago self.send().nft_add_quantity_and_send( &self.blockchain().get_caller(), self.sft_nonce().get(), &BigUint::from(SFT_AMOUNT) ); is it false?
2 top4598237091c/ElrondDevelopers 2years ago so you mean i should mint all the sfts in the contract and when users mint sft, then i should send from the sc to their wallet?
2 top4598237091c/ElrondDevelopers 2years ago self.send() .esdt_system_sc_proxy() .set_special_roles( &self.blockchain().get_sc_address(), &self.sft_token_identifier().get(), [EsdtLocalRole::NftCreate, EsdtLocalRole::Burn][..].iter().cloned(), ) .asy... Read more
1 top4598237091c/ElrondDevelopers 2years ago hi, devs is it possible to set several special roles at the same time? that is, how can i add nftcreate role and burn role at the same time?
1 top4598237091c/ElrondDevelopers 2years ago from which library can i import useTrackTransactionStatus?
1 top4598237091c/ElrondDevelopers 2years ago hi, Alexandru i started from that file. i tried to know when the transaction get succeed. for knowing that time, i tried to use transactionwatcher. do u have example of transactionwatcher src?