Attribute Macro call

Source
#[call]
Expand description

call macro applies to impl methods for contract method call.

ยงExample

#[call]
fn action_method(d1: i32) -> String { 
 // ...
}