pub fn new_zome_call_unsigned<P, Z: Into<ZomeName>>(
    cell_id: &CellId,
    func: &str,
    payload: P,
    zome: Z
) -> Result<ZomeCallUnsigned, SerializedBytesError>where
    P: Serialize + Debug,
Expand description

Helper to create an unsigned zome invocation for tests