check_erc721_transfer_from_pattern

Function check_erc721_transfer_from_pattern 

Source
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).