fn check_erc20_transfer_pattern(
public_methods: &[&FunctionMetadata],
names: &HashSet<String>,
diagnostics: &mut Vec<Diagnostic>,
)Expand description
Detect ERC-20 style transfer(address, uint256) and suggest NEP-17 4-param form.
fn check_erc20_transfer_pattern(
public_methods: &[&FunctionMetadata],
names: &HashSet<String>,
diagnostics: &mut Vec<Diagnostic>,
)Detect ERC-20 style transfer(address, uint256) and suggest NEP-17 4-param form.