macro_rules! call_local_cell_decode {
( $role:literal, $zome:literal, $fn:literal, $($input:tt)+ ) => { ... };
( $into_type:ident, $role:literal, $zome:literal, $fn:literal, $($input:tt)+ ) => { ... };
}Expand description
Call a local cell zome function and decode the response