fn check_receive_fallback_pattern(
all_methods: &[FunctionMetadata],
diagnostics: &mut Vec<Diagnostic>,
)Expand description
Detect receive() / fallback() and suggest onNEP17Payment().
fn check_receive_fallback_pattern(
all_methods: &[FunctionMetadata],
diagnostics: &mut Vec<Diagnostic>,
)Detect receive() / fallback() and suggest onNEP17Payment().