fn check_transfer_params(
public_methods: &[&FunctionMetadata],
standard: &'static str,
expected_params: usize,
diagnostics: &mut Vec<StandardsDiagnostic>,
)Expand description
Hint when the transfer method parameter count doesn’t match the standard.