fn check_erc721_transfer_from_pattern(
public_methods: &[&FunctionMetadata],
names: &HashSet<String>,
diagnostics: &mut Vec<Diagnostic>,
)Expand description
Detect ERC-721 transferFrom(from, to, tokenId) and suggest NEP-11 transfer(to, tokenId, data).