As mentioned in the documentation (https://docs.elrond.com/tokens/nft-tokens/#example-flow) we must be allowed to fetch to Token Identifier but the API (endpoint https://gateway.elrond.com/transaction/*txHash*?withResults=true) does not return the 'smartContractResults' anymore.
Previously it was perfectly working but it seems like some tiny things have changed in the documentation (https://docs.elrond.com/tokens/esdt-tokens/#parse-fungible-tokens-transfer-logs).
So my question is: How can we get the 'smartContractResults' informations? (the objective is to get the nonce of the created SFT/NFT)
Thanks by advance