difftreelog
fix doc
in: master
1 file changed
pallets/nonfungible/src/erc.rsdiffbeforeafterboth516 }516 }517517518 /// @notice Get the approved address for a single NFT518 /// @notice Get the approved address for a single NFT519 /// @dev Throws if `_tokenId` is not a valid NFT519 /// @dev Throws if `tokenId` is not a valid NFT520 /// @param _tokenId The NFT to find the approved address for520 /// @param tokenId The NFT to find the approved address for521 /// @return The approved address for this NFT, or the zero address if there is none521 /// @return The approved address for this NFT, or the zero address if there is none522 fn get_approved(&self, token_id: U256) -> Result<Address> {522 fn get_approved(&self, token_id: U256) -> Result<Address> {523 let token = token_id.try_into()?;523 let token = token_id.try_into()?;